bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18218: ERROR


From: YANG LIU
Subject: bug#18218: ERROR
Date: Thu, 7 Aug 2014 14:29:35 -0700

Hello,

I intend to convert some files to the space-separated format and thus input
the following command in the Terminal using Ubuntu,

address@hidden:~/Documents/Control$ *grep -d ">" SRR21807.fasta | sort | uniq
-c > SRR21807.txt*

Unfortunately, the returning message is,

grep: invalid argument ‘>’ for ‘--directories’
valid arguments are:
  - ‘read’
  - ‘recurse’
  - ‘skip’
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
address@hidden:~/Documents/Control$  grep -d ">" SRR21807.fasta | sort |
uniq -c > SRR21807.txt
grep: invalid argument ‘>’ for ‘--directories’
Valid arguments are:
  - ‘read’
  - ‘recurse’
  - ‘skip’
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.

Could you figure out what incurred this error and how to fix it via
modifying my command? I appreciate your help.

Regards,
Nico


reply via email to

[Prev in Thread] Current Thread [Next in Thread]