Relative Paths
feel free to call us +800.241.0630 russ@russellcoder.com
Related Articles
-
About filenames with bash
russellc, , BASH, 0
About filenames Filenames can contain just about anything • Except/ • Hidden files start with a dot Case sensitivity...
-
-
-
Opening other files on Linux with Bash
russellc, , BASH, 0
Opening other files on Linux You need to have a graphical window utility installed. Linux does not offer a...
-
Listing Text Files with Bash
russellc, , BASH, 0
Listing text files cat • Best for small files-no paging • May mess up your terminal • Use “reset”...
-
Safety Switch -i
russellc, , BASH, bash, saftey switch, 0
Safety first: the -i switch • Prompt before overwriting or deleting files • Use the-i switch • “cp-i” and...
-
How do you list a the contents of a directory? – LS
russellc, , BASH, 0
At the command line just type – ls
-