Search Results

Search: Posts Made By: tprabhu1983
Forum: Solaris 11-19-2015
8,124
Posted By tprabhu1983
One more workaround: 1 # Updated .profile...
One more workaround:

1 # Updated .profile file as follows:
root@singapore # tail -2 .profile
#Prabhu # This command has been given here to auto switch to bash shell upon every login without...
Forum: Solaris 11-16-2015
8,124
Posted By tprabhu1983
@RudiC root@rrhrprd1 # alias ...
@RudiC

root@rrhrprd1 # alias
autoload='typeset -fu'
command='command '
functions='typeset -f'
history='fc -l'
integer='typeset -i'
local=typeset
nohup='nohup '
r='fc -e -'
stop='kill...
Forum: Solaris 11-02-2015
8,124
Posted By tprabhu1983
root@singapore # HC='cd /var/tmp/HC/2015/`date...
root@singapore # HC='cd /var/tmp/HC/2015/`date +%B`'
root@singapore # echo $HC
cd /var/tmp/HC/2015/`date +%B`
root@singapore # alias HC='cd /var/tmp/HC/2015/`date +%B`'
root@singapore # echo $HC...
Forum: Solaris 11-02-2015
8,124
Posted By tprabhu1983
Alias is not working under Bourne Shell
Hi,

Please assist me why HC alias is not working under this shell?

root@singapore # grep HC /.profile
alias HC='cd /var/tmp/HC/2015/`date +%B`'
root@singapore # . /.profile
Sourcing...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy