afuna (
afuna
) wrote
in
command_liners
2009-10-07 03:18 am (UTC)
no subject
I love the find/xargs combo *__*
One trick for deleting found (find-ed?) files, I usually use:
find . -name "*.orig" -delete
just so I'm sure I don't accidentally add arguments to rm.
(
5 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
One trick for deleting found (find-ed?) files, I usually use:
find . -name "*.orig" -delete
just so I'm sure I don't accidentally add arguments to rm.