RHEL or CentOS Linux: How to read a file with spaces in its name ?
We can not read any directory or file name containing spaces by writing its name normally as Linux will consider it as separate directories or files. To read a file...
In this post we will show you a quick tip how can we create a new folder and jump into it. We can use this trick in shell script to...