Skip to content

Instantly share code, notes, and snippets.

@aashutoshrathi
Created August 9, 2018 14:05
Show Gist options
  • Save aashutoshrathi/4135fa0295caff42675d680db8ef0e14 to your computer and use it in GitHub Desktop.
Save aashutoshrathi/4135fa0295caff42675d680db8ef0e14 to your computer and use it in GitHub Desktop.

Linux Tricks

  • Use cd $_ to get into previous arguement Eg:
mkdir folder-name && cd $_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment