Quoting examples
feel free to call us +800.241.0630 russ@russellcoder.com
-
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...
-
Relative Paths
russellc, , BASH, 0 -
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”...
-
How to Remove Directories (Folders) – Centos 7
russellc, , BASH, command line, Linux OS, terminal, 0
How to Remove Directories (Folders) To remove an empty directory use the -d option. rm -d dirname Copy To remove non-empty...
-
List Command Options – ls
russellc, , BASH, 0
Options An argument that starts with a dash is called an option Is -a list all files (including hidden)...
-
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...
-
How do you list a the contents of a directory? – LS
russellc, , BASH, 0
At the command line just type – ls
-
Your first bash session
russellc, , BASH, 0
-Your first bash sessionPrompt shows username, hostname and current working directory and Depends on configuration -“cd”: Change Directory -cd move...