![]() |
Forum Index : Microcontroller and PC projects : KILL with wildcards
Author | Message | ||||
OA47 Guru ![]() Joined: 11/04/2012 Location: AustraliaPosts: 986 |
If I can use FILES "*.LOG" and get a list of all the .LOG files. Why cant I use the wildcard to delete the files like KILL "*.LOG" ? OA47 |
||||
Grogster![]() Admin Group ![]() Joined: 31/12/2012 Location: New ZealandPosts: 9610 |
PERHAPS a safety thing. If you were to accidentally use wildcards with KILL, you could delete a whole heap of files by mistake, and there is no recycle bin. ![]() Just a guess. It may in fact be meant to work, so it might be a bug for all I know. Smoke makes things work. When the smoke gets out, it stops! |
||||
Turbo46![]() Guru ![]() Joined: 24/12/2017 Location: AustraliaPosts: 1642 |
Regarding KILL: see this post. Bill Keep safe. Live long and prosper. |
||||
OA47 Guru ![]() Joined: 11/04/2012 Location: AustraliaPosts: 986 |
Thanks Bill, looks like the work around to delete 50 odd redundant .log files is by using the PC and not the mite. OA47 Edited 2022-04-09 16:16 by OA47 |
||||
Volhout Guru ![]() Joined: 05/03/2018 Location: NetherlandsPosts: 5089 |
Linux simply does what you are telling it, without the nagging "are you sure". rm *.* Volhout Edited 2022-04-10 00:41 by Volhout PicomiteVGA PETSCII ROBOTS |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |