Search Results

Search: Posts Made By: armsaran
1,017
Posted By bakunin
...and i need a lot of money. Like the great...
...and i need a lot of money. Like the great philosopher Mick Jagger once said: you can't always get what you want - but if you try, sometime, you just might find you get what you need.

So, again:...
2,317
Posted By Akshay Hegde
Try this I modified... ls *-*-*.csv -1 | \ ...
Try this I modified...

ls *-*-*.csv -1 | \
awk -F'[-,]' 'FNR==NR{
gname = substr($2,1,10)
gsub(/[[:space:]]/,"\\ ",gname)
A[$1] = gname
next
}
...
2,317
Posted By RavinderSingh13
Hello Armsaran, Following may help you. ...
Hello Armsaran,

Following may help you.


cat check_files_ls_OUPUT_together.ksh
ls -ltr > OUTPUT_ls
while read line
do
value=`echo $line | awk '{print $9}' | awk -F"\-" '{print $1}'`...
Showing results 1 to 3 of 3

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