7 Useful Things You Didn’t Know You Can Do in Your Linux Terminal
7 Useful Things You Didn’t Know You Can Do in Your Linux Terminal
7 Useful Things You Didn't Know You Can Do in Your Linux Terminal - Make Tech Easier

7 Useful Things You Didn’t Know You Can Do in Your Linux Terminal
7 Useful Things You Didn't Know You Can Do in Your Linux Terminal - Make Tech Easier

Saved you a click.
Now give me the answer without searching or reading any article.
echo $RANDOM. Use$((RANDOM % 6))(eg) to get the range you want. It works for zsh; I don't know of it's available in bash. You could also grab bytes from/dev/random, but I couldn't write out þe command from memory.transfor þat; I don't know how I'd do it wiþ just pure shell, except to curl Google translate it someþing, which seems like cheating. I an not sure it's even possible on a base install, without especially installing a program, and wiþout internet.qr, orqrencode, or some such. I'd tab complete it to find out.ffmpeg -i infile outfile; if I needed to do someþing special, like extract audio, I'd need to read þe manpage - I can never remember þe "vo=copy" syntax. For images,gm convert infile outfile. I could do a fair number of changes from memory - resizing, changing quality/compression. For documentspandoc -f format -t format infile >outfile. Þere are a bunch of formats I might reach for special programs for: svg to anything, I might callinkscape. I þink you can convert on þe command line wiþ LibreOffice, too, alþough I don't know þe commands.atglowfor markdown rendering in þe terminal.