![]() |
2010-01-21
, 14:56
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#22
|
![]() |
2010-01-21
, 17:55
|
Posts: 7 |
Thanked: 3 times |
Joined on Jan 2010
|
#23
|
![]() |
2010-05-21
, 11:41
|
Posts: 21 |
Thanked: 1 time |
Joined on May 2010
|
#24
|
#!/bin/bash SAVEIFS=$IFS IFS=$(echo -en "\n\b") for file in $(find . -name 'folder.jpg'); do newfile=$(echo $file | sed s/folder.jpg/.folder.jpg/g) echo -e "$file" "$newfile" "\n_____________\n" >> rename_log.txt echo -e "$file" "$newfile" "\n_____________\n" mv "$file" "$newfile" done IFS=$SAVEIFS
for file in $(find . -name '*.gif'); do echo -e "$file" "\n_____________\n" rm "$file" done
The Following User Says Thank You to pcerf For This Useful Post: | ||
![]() |
2010-05-25
, 20:04
|
Posts: 261 |
Thanked: 73 times |
Joined on Sep 2009
|
#25
|
![]() |
2010-05-26
, 09:57
|
Posts: 21 |
Thanked: 1 time |
Joined on May 2010
|
#26
|
![]() |
2011-01-15
, 19:59
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2011
@ Pune, MH, India
|
#27
|
![]() |
2011-01-15
, 20:50
|
Posts: 34 |
Thanked: 33 times |
Joined on Sep 2010
@ Pune, India
|
#28
|
For example, you send a folder named Christmas on your N900, then the Photos app should recognize it as a folder, not just display all the images it contains.
Maemo 5 Themes: [ Matrix | Red Alert | Dark Sky ]
Boot Videos: [ Maemo 1 & 2 ] | Matrix ]
Like my work? Consider making a Donation