Bash keeps a history of your commands No need to re-enter long commands up and down arrow keys
• Ctrl-p: previous
• Ctrl-n: next
Bash History
feel free to call us +800.241.0630 russ@russellcoder.com
-
Opening other files on Mac OS with Bash
russellc, , BASH, 0
Opening other files on Mac OS How to open non-text files? Mac OS: "open" • Opens the program associated...
-
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 to find out the full path to the directory your are in ? – PWD
russellc, , BASH, 0
PWD – Print Working Directory At the command line type pwd
-
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...
-
About filenames with bash
russellc, , BASH, 0
About filenames Filenames can contain just about anything • Except/ • Hidden files start with a dot Case sensitivity...
-
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...
-
-