Sunday, July 8, 2012

SSFS and DIFF

I just discovered two new linux commands that I love: sshfs and diff SSHFS allows one to access a remote filesystem (edit...and mount it locally) https://help.ubuntu.com/community/SSHFS DIFF finds the differences between files: http://linux.about.com/library/cmd/blcmdl1_diff.htm

SSFS

Here's a note to myself on SSFS. It allows one to mount filesystems as if they were on the local machine. I find this to the best documentation. https://help.ubuntu.com/community/SSHFS