Questions tagged [delete]
268 questions
0
votes
1 answer
Remove files created on Weekend
I am using Debian 10 Buster and I am a Linux newby. It´s never too late..
I am collecting pictures in order to create a long-term time lapse video of a construction site across the street.
All of the pictures are in a directory inluding pictures…
0
votes
2 answers
Delete /x02 character from a file
I am trying to delete x02 character from a file, I can easily delete x02 from a file using sed -i 's/\x2//g' command. Problem here is I don't want to delete x02 character which immediately starts with I. Except that I want to delete all other x02…

Ram
- 11
0
votes
0 answers
How is it possible that the operating system is still running during VeraCrypt wipe
VeraCrypt is a software to encrypt disk. During the installation, you can choose to wipe the disk in order to prevent overwriting data and be able to recover it.
During the wipe operation, the operating system is still running...
Do you know how…

Duke Nukem
- 253