Bash idioms
bash idioms are tiny scripts, mostly one-liners, that accomplish a lot and can be used as building blocks in larger scripts.
0 Comments
September 30, 2018
bash idioms are tiny scripts, mostly one-liners, that accomplish a lot and can be used as building blocks in larger scripts.
rsync is a file synchronization tool for making that the destination files become an exact replica of corresponding files at the source.
vi is a popular text editor that has been available with Unix systems since a long time. One can edit files fast by using vi.