Bash tips part 1

Last Updated or created 2024-02-13 Best Practices Bash options example Execute output from a script. Sometimes i write scripts which print the command I want to have executed. Most of the times to check the generated commandline.simple example Above only prints the lines rm -f <filename with 2000>rm -f <other filename with 2000> Instead of … Continue reading Bash tips part 1