Shell scripts and one liners
Wednesday, December 24, 2014
Figure out what command your running w/: command -V
$
command -V echo
echo is a shell builtin
$
command -V /bin/echo
/bin/echo is /bin/echo
$
command -V ls
ls is aliased to `ls --color=auto'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment