Search Results

Search: Posts Made By: aneesh e.p
1,997
Posted By aneesh e.p
Hi ultimatix, Instead of writing a...
Hi ultimatix,


Instead of writing a shell script you may use the date command as follows:

date +%d-%m-%Y -d "1 day ago"


you can can replace 1 with any number .
3,330
Posted By aneesh e.p
Post your script. And Under which user you are...
Post your script. And Under which user you are running it?..
6,058
Posted By aneesh e.p
Hi iga3725, Just Refer this link. You...
Hi iga3725,

Just Refer this link. You will find lot of options and ways to do it.


Bash Prompt HOWTO: ANSI Escape Sequences: Colours and Cursor Movement...
4,777
Posted By aneesh e.p
while read EachRecord do echo "EachRecord =...
while read EachRecord
do
echo "EachRecord = "$EachRecord
s=`echo $EachRecord | cut -d " " -f1`
p=`echo $EachRecord | cut -d " " -f2`
echo $s
echo $p
$UXEXE/uxext tsk ses=$s vses=* upr=* model...
6,539
Posted By aneesh e.p
Grep for a pattern and print entire record
Dear Faiz,,


If the lines between the <LRECORD> </LRECORD> pair is unique you can use the -A and -B option of the grep command. For example in your post the lines b/w the<LRECORD> </LRECORD>...
Showing results 1 to 5 of 5

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