Tagged Questions
3
votes
5answers
2k views
Is there any trivial way to 'delete by date' using ´rm'- in bash?
I noticed today (after ~8 years of happily hacking away at bash) that there is no trivial way to 'delete by date' using ´rm'. The solution is therefore to pipe stuff around a combination of commands ...
2
votes
4answers
148 views
If running cp in a perl script will files that exist be overwritten?
I have a program that will generate pixel intensity values for png images and often those images must be overwritten with new files of the same name because of some failure with the original resulting ...
2
votes
5answers
167 views
remove files when name does NOT contain some words
I am using Linux and intend to remove some files using shell.
I have some files in my folder, some filenames contain the word "good", others don't.
For example:
ssgood.wmv
ssbad.wmv
goodboy.wmv
...
2
votes
3answers
222 views
Remove files created between certain time stamps
Last night I had a script go a bit crazy and create a bunch of directories between 3:00 and 3:09am. Is there a quick one liner that will hunt these down and remove them for me?
1
vote
0answers
42 views
Does rm -f follow symbolic links? [migrated]
I have a directory like this:
$ ls -l
total 899166
drwxr-xr-x 12 me scicomp 324 Jan 24 13:47 data
-rw-r--r-- 1 me scicomp 84188 Jan 24 13:47 lod-thin-1.000000-0.010000-0.030000.rda
...
1
vote
3answers
109 views
Remove all files that does not have the following extensions in Linux
I have a list of extensions
avi,mkv,wmv,mp4,mp5,flv,M4V,mpeg,mov,m1v,m2v,3gp,avchd
I want to remove all files without the following extensions aswell as files without extension in a directory in ...
1
vote
3answers
77 views
How to delete all files that were recently created in a directory in linux?
I untarred something into a directory that already contained a lot of things. I wanted to untar into a separate directory instead. Now there are too many files to distinguish between. However the ...
1
vote
3answers
879 views
Linux delete file with size 0
how do i delete a certain file in linux if its size is 0. I want to execute this in an crontab without any extra script.
l filename.file | grep 5th-tab | not eq 0 | rm
Something like this?
1
vote
3answers
403 views
Delete files with string found in file - linux cli
I am trying to delete erroneous emails based on finding the email address in the file via Linux CLI.
I can get the files with
find . | xargs grep -l email@domain.com
But I cannot figure out how to ...
1
vote
3answers
5k views
can't delete directory under linux due to broken files
kt@rails-ubuntu:~/rails/ledger/releases/20080820144914/.git/hooks$ ls -al
ls: cannot access post-commit: No such file or directory
ls: cannot access update: No such file or directory
ls: cannot ...
0
votes
5answers
59 views
Deleting directories using single liner command
How to remove more than one directory using single command? Is it possible to do it in one liner? If yes, Please help on this.
/osmf/mgmt/scheduler>ls -lrt
total 22
drwx------ 2 root root ...