Kashub's Code Barn - "Linux shred files with wildcard and hyphen in the name"

podświetlone jako delphi (dodał(a) kashub @ 2022-12-10 13:36:01)

Twoja wyszukiwarka
Parcel ABC
Podświetl ten kod w:
Ostatnio dodane:
Losowe wpisy:
# problem with file names qith -- in the name, for example 'some secret file -- to wipe out.doc'
bash# shred -u *.doc
shred: invalid option -- ' '
Try 'shred --help' for more information.
 
# solution: "--" before the wildcard for the files:
bash# shred -u -- *.doc
 
| Foteliki samochodowe | | Opony letnie | | Opony motocyklowe | | Opony zimowe | | Sklep z artykułami dla zwierząt | | Programista PHP | | Skracacz linków | | Blog o książkach | | Przenieś bloga z onetu | | Wklejacz kodów |