Tagged Questions
0
votes
2answers
341 views
How to find last deleted files on OpenSuse?
I didn't lock the screen on my OpenSuse Linux and let my girlfriend do all evil things when I was sleeping. Is there a way to find out if she deleted any files from my PC?
I was looking at the "Date ...
1
vote
1answer
153 views
Sort -u Function Command Not Working
As you can see in the picture attached
screen shot
After I used the sort command to sort a VERY large wordlist file I then split them up using the Split command. From there I confirmed that the ...
7
votes
3answers
245 views
How to remove only the content of directories?
I'm in a folder: /var/myfolder.
Inside there are some other folders like: /var/myfolder/A/ /var/myfolder/B/ `/var/myfolder/C/ etc.
Inside each there are some files with random names. How do I ...
1
vote
2answers
249 views
Remove oldest folders + files (50GB) from a folder when share/HD reaches 95% full capacity
I have a big share (~5TB) that is getting full.
Now I want to make a script that deletes data from 2 specified folders. But this need to be the oldest files/folders and it need to stop when ~50GB has ...
3
votes
3answers
443 views
How to delete a file with multiple colon signs in its name?
I have a folder with so many files whose name has multiple colon signs. For example: Mail::Message::Field::Full.3pm.gz.
I wonder how to delete them.
I have tried
rm ...