Search Results

Search: Posts Made By: amitpta
2,929
Posted By amitpta
Reply
Actually I want to add a new column to the file.

e.g earlier there are 4 columns separated by ~
now i want to add one more column
2,929
Posted By amitpta
Appending a new field at the end in a file
can anyone tell me please ......how to append a new field at the end of a file with the help of sed or some other command in bourne shell
2,969
Posted By amitpta
Renaming of files with different extensions on the same path to .found with the help of loop
hi ,
I have certain files at the same path with differeent extensions like .dat , .txt etc ...........i need to rename them with extension .found at the same path with the help of loop....

also...
1,301
Posted By amitpta
Inserting a trailer
I am new to unix...
cn u plz tel me how to add a trailer as a last record of each file.
31,671
Posted By amitpta
Removing Header from files before Concatenation
I need to concatenate the files of same type but with different names that conatin header. Before conactenating its mandatory to remove the header from the files ..

and after concatenation the...
1,714
Posted By amitpta
thanx dat is working perfectly
thanx dat is working perfectly
1,714
Posted By amitpta
adding a date to the last of each file name
i have some files in my directory....wit names say aaa, bbb, ccc,,,,,
i want to make loop so that for each file name,,,,,,a sysdate should be appended in the end.........and the files should look...
1,239
Posted By amitpta
yes all the files are in the same directory ...
yes all the files are in the same directory

---------- Post updated at 01:35 AM ---------- Previous update was at 01:34 AM ----------




for name in `cat /tmp/cdw.txt`
do
files=`ls...
1,239
Posted By amitpta
Check on the files expected to be of single version
I need to put a check for the files that are expected to come from source as single version but if they are coming in multiple version, i need to fail the job.also .from the soource some multiple...
Showing results 1 to 9 of 9

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