accountvip
|
2012-10-02
, 07:52
|
Posts: 99 |
Thanked: 13 times |
Joined on Mar 2011
|
#3391
|
|
2012-10-02
, 10:11
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3392
|
The Following 2 Users Say Thank You to Schturman For This Useful Post: | ||
|
2012-10-02
, 10:27
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3393
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2012-10-02
, 10:44
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#3394
|
The Following User Says Thank You to death_jax For This Useful Post: | ||
|
2012-10-02
, 10:56
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3395
|
So only space being reduced but icon size staying the same? Hell yea!!!
This is something I've been wanting since a long time but it seemed like nobody else was interested
|
2012-10-02
, 11:02
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#3397
|
The Following 2 Users Say Thank You to death_jax For This Useful Post: | ||
|
2012-10-02
, 11:03
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3398
|
|
2012-10-02
, 12:26
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3399
|
#!/bin/sh MUSICDIR="/home/user/MyDocs/Music" find "${MUSICDIR}" -iname *.jpg -o -iname *.jpeg -o -iname *.png | while IFS="" read FILE; do DIRNAME=`dirname "${FILE}"` LASTPART=`echo "${DIRNAME}" | awk -F '/' '{print $NF}'` if [ "${LASTPART}" != ".mediaartlocal" ]; then if [ "$1" = "-d" ]; then echo "${FILE} will be moved to ./mediaartlocal/" else echo "Moving ${FILE} -> ./mediaartlocal/" if [ ! -d "${DIRNAME}/.mediaartlocal/" ]; then mkdir "${DIRNAME}/.mediaartlocal/" fi mv "${FILE}" "${DIRNAME}/.mediaartlocal/" fi fi done
|
2012-10-02
, 13:06
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3400
|
Tags |
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
Thread Tools | |
|