Computer Science
..understanding.. a detour from limitedness to the unlimited... :)
Search This Blog
Tuesday, August 28, 2012
Unix Shell Learning
Create aliases
Know your shell first;
#
echo $SHELL
If output = '/bin/csh', type
# echo ls 'ls -al' >> ~/.cshrc
Else if o/p = '/bin/bash', type
# echo 'ls = 'ls -al' >> ~/.bashrc
And then type
# source ~/.cshrc
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)