Last Updated: February 25, 2016
·
596
· jondruse

mv filename with {old,new}

$ mv some/deeply/nested/thing/{old,new}.txt

will rename the file old.txt to new.txt without you having to type the whole path twice.