Search Results

Search: Posts Made By: nehagupta2008
14,607
Posted By nehagupta2008
How to find the last argument in a argument line?
How to find the last argument in a argument line?
4,140
Posted By nehagupta2008
Thx.. Can you give example ?
Thx..
Can you give example ?
4,140
Posted By nehagupta2008
.sh shell
.sh shell
4,140
Posted By nehagupta2008
Thanks for the response. Can you please...
Thanks for the response.
Can you please demonstrate for the above requirement? A request!
Please make a not that "-" may appear anywhere in the string.
We need to find if it contains "-"
Thanks.
4,140
Posted By nehagupta2008
Problem: Need to check if a string argument contains "-"
I am passing a string as argument. Need to check if it contains "-".
If it contains "-" then check if it contains "-r" .If Yes then print some message else check if it contains "-t".If yes print...
1,895
Posted By nehagupta2008
Problem: Run schedular to copy from one table to other
Check if records of table B are 1 month old. if yes then Truncate table B_SNAPSHOT and then copy data from B to SNAPSHOT_B table otherwise no need to copy.
Run a schedular after every 15 minutes.
...
2,687
Posted By nehagupta2008
Whats wrong in the script?
if [ $1 -eq -* ]
then
if [ $1 = -t ]
then
echo "fst argument is $1 "
else
if [ $1 = -r ]
then
"fst argument is $1"
fi
...
Showing results 1 to 7 of 7

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