Account name:
Password
(OpenID?)
(Forgot it?)
Remember Me
You're viewing
chhotii
's journal
Create a Dreamwidth Account
Learn More
Interest
Region
Site and Account
FAQ
Email
Reload page in style:
site
light
chhotii
(Reply)
no subject
Date:
2013-12-11 02:11 pm (UTC)
From:
achinhibitor.livejournal.com
I can do this without using anything that is programmable (like sed or awk):
for FILE in *
do
paste <(head --lines=-1 $FILE) \
<(while read X; do echo Throat-warbler-mangrove ; done <$FILE) \
<(tail --lines=+2 $FILE) |
grep -n $'jpg.*\tThroat-warbler-mangrove\t.*jpg' &&
echo $FILE
done
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
Profile
chhotii
Recent Entries
Archive
Reading
Tags
Memories
Profile
July
2023
S
M
T
W
T
F
S
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Most Popular Tags
apple
-
2 uses
arisia
-
2 uses
books
-
1 use
bp
-
1 use
caffeine
-
2 uses
crochet
-
2 uses
food
-
14 uses
garden
-
1 use
magrathea
-
1 use
political
-
1 use
recipes
-
2 uses
snow
-
1 use
via ljapp
-
42 uses
work
-
1 use
workblog
-
1 use
Style Credit
Style:
Neutral Good
for
Practicality
by
timeasmymeasure
Expand Cut Tags
No cut tags
Page generated Jul. 3rd, 2025 07:11 pm
Powered by
Dreamwidth Studios
no subject
Date: 2013-12-11 02:11 pm (UTC)for FILE in *
do
paste <(head --lines=-1 $FILE) \
<(while read X; do echo Throat-warbler-mangrove ; done <$FILE) \
<(tail --lines=+2 $FILE) |
grep -n $'jpg.*\tThroat-warbler-mangrove\t.*jpg' &&
echo $FILE
done