Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created July 2, 2014 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightfold/0ec4bba39e715ade4339 to your computer and use it in GitHub Desktop.
Save rightfold/0ec4bba39e715ade4339 to your computer and use it in GitHub Desktop.
% touch x
% mkdir d
% mv d x
mv: rename d to x: Not a directory
% mv x d
% ls
d
% ls d
x
% touch x
% touch y
% mv y x
% ls
d x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment