rrconkle@lemmy.ziptoRust@programming.dev•GitHub - Atreyagaurav/numrng: Terminal Command to generate list of numbers from human-readable representationEnglish
8·
3 months agoBash can do discontinuous ranges
$ echo {{1..3},{7..8}}
1 2 3 7 8
Bash can do discontinuous ranges
$ echo {{1..3},{7..8}}
1 2 3 7 8
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
Try 'tar --help' or 'tar --usage' for more information.
First command fails because -name
is case-sensitive
That’s not how /dev/null
works.
Try this:
sudo cat /dev/zero > /Windows
hyfetch
There’s uYouPlusExtra and YouTubeRebornPlus. I’ve never tried either though, so I don’t know how good they are.
Yes, just give the step as the third number:
{1..10..2}