Unix and Links Tools - BKJackson/BKJackson_Wiki GitHub Wiki
Subpages:
Searching for files from the command line
find . -name *SDTK*.csv
Symbolic links
ln -s <target_file> <symlinkname>
Remove symlink with unlink:
unlink <symlinkname>
Rsync
Transfer files with Rsync
Rsync (Remote Sync): 10 Practical Examples of Rsync Command in Linux