Skip to content

Instantly share code, notes, and snippets.

@debuggingfuture
Last active December 16, 2015 23:50
Show Gist options
  • Save debuggingfuture/5516955 to your computer and use it in GitHub Desktop.
Save debuggingfuture/5516955 to your computer and use it in GitHub Desktop.
Check how a command will be interpreted in BASH
//Check a command is built in / alias / external
~ $ type ls
ls is hashed (/bin/ls)
//external
~ $ type cdcd is a function
//function
//Check how a command will be interpreted in unix
type <<commmand>>
@debuggingfuture
Copy link
Author

testing

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