Quoting examples
feel free to call us +800.241.0630 russ@russellcoder.com
Related Articles
-
Copy Files – CP
russellc, , BASH, 0
Example of copy command Macbook-Air:demo reindertS Is -R alice Sherlock ./alice: alice.txt wonderland.jpg ./sherlock: holmes.jpg sherlock.txt Macbook-Air:demo reindertS...
-
Absolute paths
russellc, , BASH, 0 -
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...
-
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)...
-
-
-
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...
-
Bash History
russellc, , BASH, 0
Bash keeps a history of your commands No need to re-enter long commands up and down arrow keys •...