Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (9) </ ... 2 3 4 5 6 [7] 8 9 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Note to extension builders< Next Oldest | Next Newest >
stupid_idiot Offline





Group: Members
Posts: 344
Joined: Oct. 2006
Posted: Dec. 04 2007,06:23 QUOTE

Wow, thanks for the tip:
Code Sample
find foo -not -type d
I won't have to manually delete directories from the list again..
Back to top
Profile PM 
^thehatsrule^ Offline





Group: Members
Posts: 3275
Joined: July 2006
Posted: Dec. 04 2007,07:32 QUOTE

Typically I do something like (written out nicely)
Code Sample
for each in `find .`
do
 if [ ! -d "${each}" ]
 then
   echo "${each}" >> list_of_files
 fi
done
Although probably easier to save/use it in a script (changing the echo line)
Back to top
Profile PM 
humpty Offline





Group: Members
Posts: 655
Joined: Sep. 2005
Posted: Dec. 04 2007,16:02 QUOTE

wow, and i've been merging two files all this time,
one with find -type f and the other with find -type l .

nice tip.
Back to top
Profile PM 
kuky Offline





Group: Members
Posts: 245
Joined: May 2005
Posted: Dec. 06 2007,23:44 QUOTE

i was confused with apps.dsl and apps.uci, its seems that the user.tar.gz in app.uci only needs the path to menu and to desktop files but i have a question : how its made a user.tar.gz polyvalent to ver dsl 3.x and 4.x ?the only point in common its the mydsl.menu  the location of icons and desk files are different...

how i can add lines to user.tar.gz to copy icons to desk folders...

how i can see user.tar.gz of other apps.uci for benchmarking intention...

thanks.

pd. the thunderbird2009.es.uci its running in dsl ver 4.1 but with snubs icons and boxes
Back to top
Profile PM 
stupid_idiot Offline





Group: Members
Posts: 344
Joined: Oct. 2006
Posted: Dec. 07 2007,11:37 QUOTE

Quote (kuky @ Dec. 07 2007,02:44)
how i can see user.tar.gz of other apps.uci for benchmarking intention...

You can:
1. Load uci: 'mydsl-load foo.uci'
2. 'user.tar.gz' is found at '/opt/foo/user.tar.gz'.

Or:
1. 'extract_compressed_fs foo.uci > xxx.iso'
2. 'mount -o loop xxx.iso <dir>'
3. 'user.tar.gz' is found at '<dir>/user.tar.gz'.
Back to top
Profile PM 
40 replies since Dec. 30 2006,21:07 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (9) </ ... 2 3 4 5 6 [7] 8 9 >/
reply to topic new topic new poll
Quick Reply: Note to extension builders

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code