Search Results

Search: Posts Made By: thepurple
1,314
Posted By itkamaraj
for i in *;do awk -F, {print $2} $i > $i.bk; mv...
for i in *;do awk -F, {print $2} $i > $i.bk; mv $i.bk $i; done

Note : mv command is used, so your original file will be replace with one column
2,662
Posted By ctsgnb
Don't know if it fits your need but you can give...
Don't know if it fits your need but you can give a try to :
awk -F\| '/resCode/&&NF>4{print $5;next}/resultCode/&&NF==1' input

If running SunOS/solaris, use nawk or /usr/xpg4/bin/awk instead of...
6,593
Posted By Corona688
Try the 'date' command. It will work by itself,...
Try the 'date' command. It will work by itself, and if you need a specific format, see 'man date' for all its options.

$ date
Wed Nov 10 15:03:46 CST 2010
$ date "+%Y-%m-%d"
2010-11-10
$
Forum: AIX 10-15-2010
26,405
Posted By zaxxon
It is the current maximum of asynchronous I/O...
It is the current maximum of asynchronous I/O requests that can be either waiting to be processed or are currently processed.

There is an explicit ORA error message (I forgot the error code) that...
Showing results 1 to 4 of 4

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