(TIL) Nix: Merge pdf files
You can use qpdf to merge pdf files into a single file as follow:
You can use qpdf to merge pdf files into a single file as follow:
You can use pv to monitor the progress of any pipe, by putting it between input/output pipes.
The ps command, which stands for process status, is a great way to find different processes running on a machine. Information like their pid (process id) is ...
Process substitution can be used to create a file descriptor from the evaluation of a shell command. The syntax for process substitution is <(LIST) where ...
$ expands to the process ID of the shell. So, you can see the PID of the current shell with echo $$.