Bash scripting

This repo will contain mostly the commandline tricks for linux terminals and simple tweaks. The repository is inspired by various online tutorials including the ebooks and the videos on managing linux operating system. For my own intent, I’m listing some of the useful threads I found around in stackoverflow:

  1. Renaming files with multiple variables in the file names

  2. BASH Arithmetic Expressions

  3. using and (&&) operator in if statement bash script

  4. How can I list all unique file names without their extensions in bash?

  5. Generic shell/bash method to parse string for possibly quoted fields?

  6. How to copy a directory structure but only include certain files

  7. shell script iterate throw directories and split filenames

  8. How can I split a shell command over multiple lines when using an IF statement?

  9. Expansion of variable inside single quotes in a command in bash shell script

Previous
Next