Search Results

Search: Posts Made By: sonam273
1,648
Posted By sonam273
Hi itkamaraj, I have used the below...
Hi itkamaraj,

I have used the below command:
nawk '{$NF=$NF" dgismdh 2012-02-21 07:22:25.98591";}1' input.txt > output.txt

Thanks!
1,648
Posted By sonam273
Thanks for replying. But I am getting...
Thanks for replying.

But I am getting output using awk as :
dgismdh 2012-02-21 07:22:25.98591

i want it to be appended after the columns already present
EX:

1J41J4RR4GG0BC508200 68646...
1,648
Posted By sonam273
Need to include two more columns in the file using awk
Hi,

I have a input file with many records as below:
1J4RR4GG0BC508200 68646 1 N M

i want my output file to be like with columns included dgismdh and timestamp :

Example:
...
12,436
Posted By sonam273
Awk script to replace null columns with blank
I have a file with contents
"08011"||20080812
"23348"|20080827|20080924
"23387"|20080829|20080915
"23581"|20081003|20081028
"23748"|20081017|20090114
"24095"|20080919|20081013...
1,211
Posted By sonam273
Thanks, its working..
Thanks, its working..
1,211
Posted By sonam273
awk script for getting the selected records from a file.
Hello,

I have attached one file named file.txt .
I have to create a file using the awk script with the records in which 38th position is P and not V .

ex
it should have
00501 ...
1,108
Posted By sonam273
Automated script to take 1000 records from the file every week.
I have a file having n number of records .i want first 1000 records from the file and store in temporary file to process on sunday.

I want script should should automatically take the next 1000...
1,166
Posted By sonam273
thanks...its working .
thanks...its working .
1,166
Posted By sonam273
awk script for modifying the file
I have the records in the format
one row

0009714494919I MY010727408948010 NNNNNN N PUSAAR727408948010 R007YM08705 9602002 S 111+0360832-0937348


I want to get it int the format
...
2,389
Posted By sonam273
Automated script to look for files in FTP Server location.
suppose one file comes in one sever location on MOnday.we have to write a script to automatically get that files and put it in different server location.

---------- Post updated at 10:28 AM...
1,725
Posted By sonam273
ya its working..Thanks for your reply.. ...
ya its working..Thanks for your reply..

---------- Post updated at 06:09 AM ---------- Previous update was at 06:05 AM ----------

If i have to check for two columns like name and title.Title is...
1,725
Posted By sonam273
Comparing two files using awk
i have one file say file1 having many records.Each record contains 2000 characters.i have to compare 192-200 (stored as name)characters in this file from other file say file2 having name stored in...
Showing results 1 to 12 of 12

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