Entering edit mode
3.4 years ago
v.berriosfarias
▴
140
Hello I have files with the following file names:
VIR3A_CCGCGGTT-CTAGCGCT_L00M_1.fastq.gz
VIR3A_CCGCGGTT-CTAGCGCT_L00M_2.fastq.gz
VIR3B_TTATAACC-TCGATATC_L00M_1.fastq.gz
VIR3B_TTATAACC-TCGATATC_L00M_2.fastq.gz
I want to delete all the "ACTGs" so I can have files like VIR3A_1.fastq.gz
, VIR3A_2.fastq.gz
and so on using bash
Thanks for your time :)
with rename
with bash
Thanks for your reply!, for curiosity, what the "%%" and the "##" do here?