Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Bash by Ayromos ( 16 years ago )
ls -RAl /usr/share | sed '/total [0-9]*/d' | sed 's/.*[thomas|root].*[0-9]\{1,2\} [0-9]\{2\}:[0-9]\{2\} \(.*\)/\1/g' | sed 's/.*[thomas|root].*[0-9]\{1,2\}[ ]*[0-9]\{4\} \(.*\)/\1/g' | while read fichier;do if [ ! -z "$(echo "$fichier" | grep .*:$)" ];then echo "$fichier" | sed 's/\(.*\):/\1\//g' | sed s'/^.*\/\/$/\$/g' > /tmp/dossier; continue; else echo "$(cat /tmp/dossier)$fichier" ;fi;done
Revise this Paste