The command you are running is not valid. The error message 'grep: invalid option -- '.' suggests that the option you used after "xargs" is not recognized. To fix this issue, you can modify the command as follows:

grep -rl '626.89' /mnt/hpc/home/zhengpu/srb/enzdes_5/*/*complex__DE_2.pdb | xargs -I {} grep -l '-55.06' {}

This command will search for files containing '626.89' in the specified directory and then search within those files for files containing '-55.06'.

Fix grep Error: 'invalid option -- '.' in Linux

原文地址: https://www.cveoy.top/t/topic/eGfG 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录