Skip to main content
1 of 2

md5sum error when trying to run on fastq file

I'm trying to run a simple md5sum algorithm, given that I was getting problems before I decided to change my TMP file to a local directory that has enough allocated space (export TMP=some/local/directory. I'm now getting a separate error even after changing the TMP file one more time:

Error:

-bash: md5sum/dev/fd/63: No such file or directory

Bash Command:

-bash-4.2$ md5sum<(sort ./directory/text_file.fastq)