Skip to content

duncanrhoads/mv_symlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

mv_symlink

A Bash wrapper for mv which which adds -l flag that moves a folder as usual and additionally create a soft link in the original location pointing to the new location. I forget the symlink cmd all the time so this is a neccessity :)

USAGE

mv -l src dest

output:

mv src dest
ln -s dest src

NOTES

  • Requires Bash
  • Passes all flags to mv aside from -l
  • Does not inform you of overwrite

About

Bash mv wrapper script which allows you to use -l flag to move a folder as usual and create a soft link in the original location. I forget the symlink cmd all the time so this is a neccessity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages