Search Results

Search: Posts Made By: m_wassal
1,374
Posted By m_wassal
the error is command not found, the system is...
the error is command not found, the system is solaris, and the encoder is a binary file, how can i know the configuration files of the encoder !?
1,374
Posted By m_wassal
it's called genericcdrreader filename i took file...
it's called genericcdrreader filename i took file genericcdrreader with cp
1,374
Posted By m_wassal
copying an encoder
Dear all,

I'm using an encoder to encode a binary format file into text format file, so i have to use it in another machine....so how can i take a copy of that encoder to it, i tried to copy the...
4,266
Posted By m_wassal
that's exactly what i'm expecting..... ...
that's exactly what i'm expecting.....

---------- Post updated at 05:01 PM ---------- Previous update was at 04:17 PM ----------

could you please explain the command?
4,266
Posted By m_wassal
printing sequence of line no. with comma separated
Kindly i want to concatenate every 12 lines ina file, using a comma separator between fields (each line)?

can anyone help please?

thanks a lot in advance.
3,910
Posted By m_wassal
it worked but it only printed the first line no....
it worked but it only printed the first line no. in file which is line no. 16 in file 1...why is that, as i know nawk must go through all the file !!!

---------- Post updated at 02:43 PM...
3,910
Posted By m_wassal
yeah i'm on Solaris..i will check and feed u back...
yeah i'm on Solaris..i will check and feed u back ...thx a lot but could u please explain to me the command
3,910
Posted By m_wassal
it didn't work.....syntax error...could you...
it didn't work.....syntax error...could you please advise?

---------- Post updated at 08:33 PM ---------- Previous update was at 08:32 PM ----------


it didn't work also...syntax...
3,910
Posted By m_wassal
Or since 2,3 million lines will have to be...
Or since 2,3 million lines will have to be deleted, this may be necessary:
awk 'NR==1{getline x<f}NR==x{print;getline x<f}' f=file file1 > file2
assuming that &quot;file&quot; is sorted numerically....
3,910
Posted By m_wassal
thx a lot for your replies.... and here is the...
thx a lot for your replies....
and here is the answer for your questions:
1) Is "file" in numerical order. Is each record unique? NO Are there leading zeros in the record numbers. Is there a...
3,910
Posted By m_wassal
i tried not to use the cat in for and i did with...
i tried not to use the cat in for and i did with head -line no | tail -1 and it also worked but still too slow....i can't print specific range because the lines not know i run script to get the line...
3,910
Posted By m_wassal
a problem with large files
hello all,

kindly i need your help, i made a script to print a specific lines from a huge file about 3 million line. the output of the script will be about 700,000 line...the problem is the script...
Showing results 1 to 12 of 12

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