Search Results

Search: Posts Made By: disedorgue
18,744
Posted By disedorgue
If your sed supporte -b option: sed -b...
If your sed supporte -b option:
sed -b '/^\r$/d' Endonuclease_GO-0004519_Filter.csv | head
18,744
Posted By disedorgue
Could you post ouput of 2 commands: od -ctx1...
Could you post ouput of 2 commands:
od -ctx1 Endonuclease_GO-0004519_Filter.csv | headand
sed '/^\r$/d' Endonuclease_GO-0004519_Filter.csv | od -ctx1 | headRegards.
18,744
Posted By disedorgue
Ok, could you try: sed '/^\r$/d'...
Ok, could you try:
sed '/^\r$/d' Endonuclease_GO-0004519_Filter.csv |head
Regards.
18,744
Posted By disedorgue
You must quote sed command either \s \r * are...
You must quote sed command either \s \r * are interpreted by shell:
sed '/^\s*\r$/d' Endonuclease_GO-0004519_Filter.csv |headRegards.
18,744
Posted By disedorgue
Hello, What is file format (unix,dos,mac) ? I...
Hello,
What is file format (unix,dos,mac) ?
I think file format is mac but your tools work with unix format...
examples:
$ grep DICER MAC.txt
DICER
DICER
$ unix2mac MAC.txt
unix2mac:...
Showing results 1 to 5 of 5

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