[-] rrconkle@lemmy.zip 49 points 2 weeks ago

Here's a higher quality version

[-] rrconkle@lemmy.zip 4 points 1 year ago

Yes, just give the step as the third number: {1..10..2}

[-] rrconkle@lemmy.zip 8 points 1 year ago

Bash can do discontinuous ranges

$ echo {{1..3},{7..8}}
1 2 3 7 8
237
Al rule (lemmy.zip)
254
monster rule (lemmy.zip)
[-] rrconkle@lemmy.zip 31 points 1 year ago
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
Try 'tar --help' or 'tar --usage' for more information.
[-] rrconkle@lemmy.zip 17 points 1 year ago

First command fails because -name is case-sensitive

[-] rrconkle@lemmy.zip 46 points 1 year ago* (last edited 1 year ago)

That's not how /dev/null works.

Try this:

sudo cat /dev/zero > /Windows

view more: next ›

rrconkle

joined 2 years ago