Skip to content
Advertisement

Tag: gnu-parallel

Concatenate directory and file name in GNU parallel

I have the following directory structure: I would like to convert all .ogg files to .wav with GNU Parallel. Here’s where I got thus far: The problem here is that although obviously directories have different names, the files inside have the same name. The aforementioned command will continuously overwrite the content of the directory. What I’d like instead is: Essentially,

Gnu-parallel resume when changing command

When resuming a parallel command with –resume, is the command allowed to change? In the docs on –resume, it states that It it important that the input of the completed jobs is unchanged but it doesn’t mention if the command itself can change as long as the input doesn’t change. For example, if you start the command parallel –gnu -j8

GNU Parallel | pipe command

I am completely new in using GNU parallel and I need your advice in running the command below using GNU parallel: I will run this command on a list of files (.bin), so what is the best (fastest) approach to achieve that using GNU parallel noting that the output of the first part of the command (/home/admin/Gfinal/decoder/decdr.pl –gh –w14b) is

Advertisement