Created
January 26, 2020 18:30
-
-
Save pierwill/bd0f0ffe24b7775e3fe95f7f3dba4c79 to your computer and use it in GitHub Desktop.
sysmanpdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i=1 | |
while read line; do | |
# echo $line | |
man -t 2 $line | ps2pdf - $i-$line.pdf | |
i=$((i+1)) | |
done < syscall_64-names |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment