rrconkle

joined 1 year ago
[–] rrconkle@lemmy.zip 4 points 1 day ago (2 children)
[–] rrconkle@lemmy.zip 3 points 2 days ago (4 children)

That's CC BY-ND, not CC BY-SA

[–] rrconkle@lemmy.zip 3 points 1 month ago

Try swapping the positions of -name ‘*-FLAIR’ and -type d

[–] rrconkle@lemmy.zip 4 points 2 months ago (3 children)

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

[–] rrconkle@lemmy.zip 8 points 2 months ago (5 children)

Bash can do discontinuous ranges

$ echo {{1..3},{7..8}}
1 2 3 7 8
[–] rrconkle@lemmy.zip 31 points 5 months 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 6 months ago

First command fails because -name is case-sensitive

[–] rrconkle@lemmy.zip 46 points 6 months ago* (last edited 6 months ago)

That's not how /dev/null works.

Try this:

sudo cat /dev/zero > /Windows