My account: Login | Sign Up
Loading... 

Shell | Forum profile

Forum profile page for Shell on http://www.developpez.net. This report page is the aggregated overview from a single forum: Shell, located on the Message Board at http://www.developpez.net. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Shell" on the Message Board at http://www.developpez.net is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Forums de Developpez.com - Shell (site profile, domain info developpez.net)
Title: Shell
Url: http://www.developpez.net/forums/forumdisplay.p...
Users activity: 3 posts per thread
Forum activity: 2 active threads during last week
 

Posting activity on Shell:

  Week Month 3 Months
Threads: 2 28 134
Post: 3 87 406
 

Shell Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Shimegi
1
user's latest post:
archiver en gardant des traces
Published (2009-01-07 17:00:00)
Après pas mal de tests (je découvre :p) j'en étais arrivé là pour la partie "trace" : Code : #!/bin/bash TESTOK=5 TODAY=`date +%Y%m%d` NLINE=0 find /home/test/ -type f -ctime -$TESTOK \> /home/archivage/$TODAY.txt cat /home/archivage/$TODAY.txt | while read LINE do ((NLINE++)) currentArchive=`sed -n "$NLINE p" /home/archivage/$TODAY.txt` echo "$TODAY" >...
D[r]eadLock
1
user's latest post:
archiver en gardant des traces
Published (2009-01-07 20:00:00)
La réponse de Leeloo_Multiboot est pas mal, mais quelles remarques: - autant mettre ext en dehors de la boucle (plus clair, mais je pense que tu l'a écrit à la volée) - perso je mettrai le rm -rf sur la même ligne que le tar avec && parce que si jamais le tar foire (par exemple disque non monté, plus de place sur cette partition... etc...), tu n'as rien archivé et en même temps détruit des originaux - si tu...
simodsio
1
user's latest post:
parcours de Listes en KSH
Published (2009-01-07 19:00:00)
Merci, ta méthode m'a sauvé la vie
 

Latest active threads on Shell::

No activity within last 3 months.

 

Hot threads for last week on Shell::

Shell
Started 2 days, 11 hours ago (2009-01-07 17:00:00)  by Shimegi
Après pas mal de tests (je découvre :p) j'en étais arrivé là pour la partie "trace" : Code : #!/bin/bash TESTOK=5 TODAY=`date +%Y%m%d` NLINE=0 find /home/test/ -type f -ctime -$TESTOK \> /home/archivage/$TODAY.txt cat /home/archivage/$TODAY.txt | while read LINE do ((NLINE++)) currentArchive=`sed -n "$NLINE p" /home/archivage/$TODAY.txt` echo "$TODAY" > $...
Thread:  Show this thread (2 posts)   Thread info: archiver en gardant des traces Size: 1,333 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: archiver en gardant des traces :: Shell :: Forums de Developpez.com"
Shell
Started 2 days, 9 hours ago (2009-01-07 19:00:00)  by simodsio
Merci, ta méthode m'a sauvé la vie
Thread:  Show this thread (1 post)   Thread info: parcours de Listes en KSH Size: 169 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: parcours de Listes en KSH :: Shell :: Forums de Developpez.com"