Search Results

Search: Posts Made By: ab_2010
1,293
Posted By ab_2010
SunOS - version upgrade - Control Characters
Hi,

We have a scenario of OS upgrade and in a simialr upgrade last time, we noticed a few stray bytes appearing and it resulted in application programs failing.....

Could you please share your...
1,818
Posted By ab_2010
Real-time scenarios where VARIABLE SUBSTITUTION/EXPANSION is useful
Hi,

at academic level I am familiar with how variable substitution/expansion feature works. From your live experience, can you please tell what are real-time scenarios where ${variable:=} ...
2,606
Posted By ab_2010
-ne 0 doesn't work -le does
Hi,

I am using korn shell.

until [[ $# -ne 0 ]]
do
echo "\$# = " $#
echo "$1"
shift
done

To the above script, I passed 2 parameters and the program control doesn't enter inside "until"...
13,985
Posted By ab_2010
date command - getting previous month
Hi,

On any given day, I want to capture the month that has gone by - said otherwise, how do I capture last month?

expr date '+%m' - 1

Above expression is giving error.

Please advise
...
Showing results 1 to 4 of 4

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