Search Results

Search: Posts Made By: tprabhu1983
Forum: Solaris 10-03-2006
49,941
Posted By chungste
To anyone who cares about the solution to this...
To anyone who cares about the solution to this problem, here are the steps I performed:

1) mount -o remount,rw /
This was run because I couldn't edit any files in the / filesystem
2) echo...
Forum: Solaris 11-12-2015
8,367
Posted By jlliagre
I would advice for portable scripts to have their...
I would advice for portable scripts to have their shebang adapted to point to the POSIX shell available on the target platform, e.g. on Solaris:
#!/bin/kshor even better for stricter...
Forum: Solaris 11-03-2015
8,367
Posted By jlliagre
Read MadeInGermany answer, aliases are simply not...
Read MadeInGermany answer, aliases are simply not supported by the legacy Bourne shell which predates functions. There is no point trying to define and execute an alias under /sbin/sh or /bin/sh when...
Forum: Solaris 11-02-2015
8,367
Posted By vbe
Have you tried to execute in command line first...
Have you tried to execute in command line first to see?
alias HC='cd /var/tmp/HC/2015/`date +%B`'
HC
What do you get?
Showing results 1 to 4 of 4

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