Search Results

Search: Posts Made By: Palgrave
18,896
Posted By Palgrave
sed '/^\r$/d' Endonuclease_GO-0004519_Filter.csv...
sed '/^\r$/d' Endonuclease_GO-0004519_Filter.csv | head
E3C5X5

DCL4
DICER
CAS1A
CAS2A
APE

T2BA
ENDOA

sed '/^\r$/d' Endonuclease_GO-0004519_Filter.csv | od -ctx1 | head
0000000 E ...
18,896
Posted By Palgrave
Still don't work sed '/^\r$/d'...
Still don't work

sed '/^\r$/d' Endonuclease_GO-0004519_Filter.csv |head
E3C5X5

DCL4
DICER
CAS1A
CAS2A
APE

T2BA
ENDOA
18,896
Posted By Palgrave
Gotta be something with my mac setup..
Gotta be something with my mac setup..
18,896
Posted By Palgrave
It still does not work: sed '/^\s*\r$/d'...
It still does not work:

sed '/^\s*\r$/d' Endonuclease_GO-0004519_Filter.csv |head
E3C5X5

DCL4
DICER
CAS1A
CAS2A
APE

T2BA
ENDOA
18,896
Posted By Palgrave
Sorry for bothering again. I have my file: ...
Sorry for bothering again.
I have my file:

Endonuclease_GO-0004519_Filter.csv
E3C5X5

DCL4
DICER
CAS1A
CAS2A
APE

T2BA
ENDOA

I saved it as windows comma separated csv:
...
18,896
Posted By Palgrave
Thanks! What is the best way to save excel...
Thanks!

What is the best way to save excel files to make them work in the terminal?
18,896
Posted By Palgrave
Endonuclease_GO-0004519_Filter.txt | head ...
Endonuclease_GO-0004519_Filter.txt | head
0000000 E 3 C 5 X 5 \r \n \r \n D C L 4 \r \n
45 33 43 35 58 35 0d 0a 0d 0a 44 43 4c 34 0d 0a
0000020 ...
18,896
Posted By Palgrave
I saved it as tab delimited text (.txt) from...
I saved it as tab delimited text (.txt) from excel on mac.


I also tried another command that did not work:

sed '/^\s*$/d' Endonuclease_GO-0004519_Filter.txt

Output:

E3C5X5

DCL4...
18,896
Posted By Palgrave
robinm$ echo $PATH ...
robinm$ echo $PATH

/usr/local/Cellar/coreutils/8.23_1/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

I installed the Homebrew package
18,896
Posted By Palgrave
Grep not working on mac
Hi all,
I got a new mac and can't get grep, awk etc to work.

I tried the following command:

grep DICER test.txt

output:
AGOER
text.txt looks like this:

DICER
DICER
AGOWhat is wrong?...
1,643
Posted By Palgrave
Add unique header to multiple lines
I have a file of lines with the following format:
AACCCGTAGATCCGAACTTGTG ACCCGTAGATCCGAACTTGTG CCGTAGATCCGAACTTGTG CGTAGATCCGAACTTGT I want to give a header to each line, using awk,...
Showing results 1 to 11 of 11

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