BHK Code Vault

Searching with mmv

mmv is a useful program for replacing parts of filenames or simply renaming files based on some criteria.

sshfs -o allow_other $SSH_USER@$IP:/ /home/$HOME_USER/$FOLDER

sshfs -o reconnect,ServerAliveInterval=15,allow_other $SSH_USER@$IP:/ /mnt/$FOLDER
#linux, #terminal