Search Results

Search: Posts Made By: machalita
2,357
Posted By machalita
My mistake, just double checked the output of...
My mistake, just double checked the output of "file my_output_file" and it shows:

$ file dm01new
dm01new: data


Is there a way to convert it to ASCII?

---------- Post updated at 04:55 PM...
2,357
Posted By machalita
What is the output of file your_input_file ? ...
What is the output of file your_input_file ?

ASCII text, with very long lines, with CRLF line terminators


And the output of file my_output file is:

ASCII text



To the other...
2,357
Posted By machalita
Hi all, thanks for your help!! I changed the >>...
Hi all, thanks for your help!!
I changed the >> newfile to >newfile, and the output its the same. I cant open the text file with gedit, and i cant open it with my software (which is suposed to do...
2,357
Posted By machalita
The new file its not being recognized as a text...
The new file its not being recognized as a text file, when i try to open it, i get the error: Gedit has not been able to detect the character coding, please check that you are not trying to open a...
2,357
Posted By machalita
Thanks!!! im trying to save it to a new file ...
Thanks!!! im trying to save it to a new file


nawk '/^>/{printf("%c%s\n",(FNR==1)?"":"\n",$0);next}{printf $0}END{print}' myFile >> newfile


But i cant get it recognized as a text file, am...
2,357
Posted By machalita
Deleting certain new lines from a file with shell
Good morning!!! Im a newbie with shell programing and i was wondering if there is a way to delete certain new lines from a file, here is an example of my current file:

>seq_0...
Showing results 1 to 6 of 6

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