{ 7 comments }
cd command
How can I find out the path of the directory in which my bash shell script is located and store that path in _base variable?
How do I empty a directory (delete all files) under Linux / Unix without deleting directory itself?
{ 7 comments }
How do I delete all files and folders stored in /home/jerry/movies directories under Linux operating systems?
{ 1 comment }
Q. Can you explain the term relative pathname under UNIX or Linux oses? A. The relative pathnames are opposite to absolute pathname. A reative pathname does not begin with a slash ( / ). Generally you specifies location relative to your current working directory. This is most useful to short a path name. For example [...]
{ 0 comments }



