|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Alias physical location.
Hi All,
Please let me know where are the below Aliases are stored. HTML Code:
alias l.='ls -d .* --color=tty' alias ll='ls -l --color=tty' alias ls='ls --color=tty' .Your help is much appreciated. I am using "Linux" and my shell is "bash" Thanks in advance Manu. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Some aliases can be find in these location Code:
/etc/profile ,~/.bashrc , ~/.bash_profile The rest u can find in your root directory Code:
[vikram@lg105m 00:10 ~]$ vi myalias Last edited by Vikram_Tanwar12; 02-21-2013 at 03:19 AM.. |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Quote:
Thanks for you reply... but no alias is stored on all the above three files mentioned by you. And also what is Code:
vi myalias ? Thanks, Manu |
|
#4
|
|||
|
|||
|
Actually here Code:
myalias is the name given to our manual alias file. Use Code:
locate alias l.='ls -d .* --color=tty' from root directory. You will be able to find the path. |
| The Following User Says Thank You to Vikram_Tanwar12 For This Useful Post: | ||
Manoj Indalkar (02-21-2013) | ||
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
man bash :
Quote:
|
| The Following User Says Thank You to RudiC For This Useful Post: | ||
Manoj Indalkar (02-21-2013) | ||
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find a existing file location and directory location in Solaris box? | buzzme | Shell Programming and Scripting | 1 | 01-10-2013 08:13 PM |
| Maximum Limit of HMC to handle Physical Power Virtualization Physical Machine | jenish_shah | AIX | 1 | 01-09-2010 03:55 PM |
| Hardware address to physical location | mhenryj | AIX | 4 | 08-11-2009 11:42 AM |
| Physical volume- no free physical partitions | markper | UNIX for Dummies Questions & Answers | 9 | 01-09-2007 01:00 PM |
| physical volume and physical disk. | VeroL | UNIX for Dummies Questions & Answers | 2 | 01-22-2004 09:32 AM |
|
|