Skip to content

Instantly share code, notes, and snippets.

@FlandreDaisuki
Last active February 7, 2016 10:31
Show Gist options
  • Save FlandreDaisuki/9354b7eed8932db8e8e0 to your computer and use it in GitHub Desktop.
Save FlandreDaisuki/9354b7eed8932db8e8e0 to your computer and use it in GitHub Desktop.

pipe

ls | grep xxx equal to dir | find xxx

diff

diff f1 f2 equal to FC f1 f2

ls

ls path/ equal to dir /B "path"
ls -al path/ equal to dir "path"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment