Relative Paths
feel free to call us +800.241.0630 russ@russellcoder.com
-
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...
-
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...
-
Relative Paths
russellc, , BASH, 0 -
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 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...
-
How do you list a the contents of a directory? – LS
russellc, , BASH, 0
At the command line just type – ls
-
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...
-
Bash History
russellc, , BASH, 0
Bash keeps a history of your commands No need to re-enter long commands up and down arrow keys •...