1

Update navi cheats

This commit is contained in:
2023-03-27 14:53:32 +02:00
parent 57f2919867
commit 3478433fa0

View File

@ -67,3 +67,7 @@ $ file: exa -1
# Extract svg figure from pdf page
pdftocairo -f <page> -l <page> -svg "<input>" "<output>"
$ input: exa -1
% yes, head, file
# Generate a large text file
yes "The quick brown fox jumps over the lazy dog" | head -c <size> > <output>