Bash Related Q&A
April 10, 2020
Bash Related Q&A April 10, 2020 Can grep be used to exclude - - PowerPoint PPT Presentation
Bash Related Q&A April 10, 2020 Can grep be used to exclude individual words or search for a specific phrase? To remove lines with a specific word: YES To exclude individual words: NO you would use `sed` To search for a specific
April 10, 2020
and storage you would be using
and from Github on both instances
long as they come after then command and before the unnamed argumentx
Command = grep Named options = -v & -c Unnamed arguments = “end” & example.txt
pattern, the newline character is ignored in this case
Number of lines Number of words Number of characters, newline characters included
interchangeable
expression (regex)
written while double quotes allow for variable names to be inserted
calculator
example of how to run the command
To run makeblastdb the first part you enter is: makeblastdb Next you enter the Arguments Anything inside “[ ]” is optional
is required Further down the output is a description of what each arugument does The bare minimum call would be something like `makeblastdb -dbtype nucl`
Can you explain awk/gawk? For the suffix of a file name, sometimes we use .txt, .sh, .
file in specific suffix? Can we go over writing bash scripts?
should we name file in specific suffix?