Search Results

Search: Posts Made By: bsreee35
3,873
Posted By bsreee35
tr '\0-\020' ' ' <myFile is working for me....
tr '\0-\020' ' ' <myFile
is working for me. Thank you all for the valuble inputs.
Sam
3,873
Posted By bsreee35
Just null values in the file, in hex format only...
Just null values in the file, in hex format only 00

Thanks
3,873
Posted By bsreee35
Yes, the low values means the null values, can...
Yes, the low values means the null values, can somebody give me the correct syntax for the tr command to copy the results to another file Thanks
3,873
Posted By bsreee35
Its not working , it is generating a file of ...
Its not working , it is generating a file of zero byets
3,873
Posted By bsreee35
Shell command to convert low values to spaces
I neead a script which converts low values to the spaces, When I used
sed -e 's/\x00/\x20/g' inputfile command it is removing the low values but not replacing it with spaces. Please help me. Its...
6
1,414
Posted By bsreee35
Thank you. I am just playing around it. Is there...
Thank you. I am just playing around it. Is there any better way to do this(I really not aware of awk language), and please tell me where i can find good material about unix. Thanks in advance.
6
1,414
Posted By bsreee35
Thank you Corona, What if i want copy 51 to 100...
Thank you Corona, What if i want copy 51 to 100 lines to a new file. Thank you.
6
1,414
Posted By bsreee35
Unix
Hi All,

I am new to unix, I had a file with 100 records and I want to copy first 50 records to a new file. Can i know how to write a script for this. Thanks in advance.

Sampath
Showing results 1 to 8 of 8

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