Search Results

Search: Posts Made By: satishpv_2002
2,422
Posted By satishpv_2002
You can open a file in vi, and then within this...
You can open a file in vi, and then within this session, you can open multiple files using :e filename.
you can switch to other currently opened files using ctrl+6.
Do remember it will allow you to...
3,352
Posted By satishpv_2002
Thanks friends. I got the solution.
Thanks friends. I got the solution.
3,352
Posted By satishpv_2002
Code used by me
The code i am using for splitting filename using awk is :

awk -F "_" ' {$1"_"$2"_"$3"_"$4"_"$5"_"$6} '


I need to incorporate for extra $7 if a file with 7 fields arrives.

Is this...
3,352
Posted By satishpv_2002
Execution problems using awk command.
Hi All,

I have the following requirement. In a directory i get files from external source. I at regular intervals check that directory for any incoming files.
The file name is underscore...
2,094
Posted By satishpv_2002
Need help in creating 10,000 files in unix
hi all,
I am an UNIX beginner. I need to create 10,000 .dat files in unix. and first file should have 10102009*1*14,
second file should have 10102009*2*14,
and the 10,000th file...
Showing results 1 to 5 of 5

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