Search Results

Search: Posts Made By: prachiagra
5,272
Posted By prachiagra
searching if the file exists
Hi All,

I want to search multiple files but i dont know their exact names

ls -ltr a*
a1.240410
a2.240410
a3.240410
a4.240410

these file names keep changing acco to date or randomly
...
7,990
Posted By prachiagra
expr: syntax error
Hi All,

This is a piece of code from one of my scripts:


t1=`cat temp3.21447 | grep WEALTHTOUC_TRANS_20100409_233127.txt.txt.TRG | awk '{print $3}' | cut -c1-5`
t2=`cat temp3.21447 | grep...
7,456
Posted By prachiagra
Sorry tyler I did it myself, I am improving :) ...
Sorry tyler I did it myself, I am improving :)

Thanks though!!
7,456
Posted By prachiagra
Thanks frans your reply works:b:
Thanks frans your reply works:b:
7,456
Posted By prachiagra
/usr/xpg4/bin/awk on solaris
/usr/xpg4/bin/awk on solaris
7,456
Posted By prachiagra
$ awk -F "/" '{getline n;split(n,a," "); print...
$ awk -F "/" '{getline n;split(n,a," "); print $NF,a[1]}' new
awk: syntax error near line 1
awk: bailing out near line 1

$ cat new
/home/xyz/file1.txt
10:30
7,456
Posted By prachiagra
Its only giving me the 2nd column.. my...
Its only giving me the 2nd column..

my actual file is like
/home/xyz/file1.txt
10:30 20090407
/home/xyz/file2.txt
11:30 20090407
/home/xyz/file3.txt
10:40 20090407
/home/xyz/file4.txt...
7,456
Posted By prachiagra
Single column into multiple rows
Hi all,

I need to convert this file having just one column into two column file

current file:
a
15
b
21
c
34
d
48
e
10

wanted:
a 15
b 21
c 34
3,418
Posted By prachiagra
You guys are the best..thank you!!
You guys are the best..thank you!!
3,418
Posted By prachiagra
Search for a particular string in a paragraph in a text
Hi all,

i'm new to this community. I am trying to write a script which will fetch ftp completion time of a file from a paragraph of a big text file ( which contains multiple paragraphs) . Each...
Showing results 1 to 10 of 10

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