| rufnut | mine takes 1/2 hour |
| bttb | But then again my config only hold 240 uncommented lines. neosimago has ~800 :) |
| rufnut | xp 2500 how do you count the uncommented lines ? |
| bttb | I have a script for that. I'm trying to send it to you In case' you're interested |
| rufnut | yeah it failed |
| b00 | hey, when updating, with emerge mypackage, i can add --oneshot , right, since I already have that package installed ? |
| bttb | Prolly could just paste it |
| rufnut | sorry about that yeah thanks |
| bttb | grep -vh '^#' "$@" | grep -v '^$' Put that in a bash script |
| remaster | grep -e "^[^#@$]" | wc -l ? :) |
| bttb | Is that the same? :) |
| remaster | yeah, should be |
| rufnut | ok its ina script |
| bttb | bttb, I named it confcat. Grabbed it from the forums sometimes @rufnut, sorry |
| remaster | grep -e "^\s*[^#@$]" | wc -l |
| rufnut | its in a script now just run it ? |
| bttb | rufnut, like you would 'cat' cat /usr/src/linux-2.6.21.1/.config confcat :-) confcat /usr/src/linux/.config | wc -l |
| remaster | bttb: do you think that would work? it doesn't _count_ the lines? |
| bttb | What does it tell you? |
| remaster | ahh, ok :) |
| bttb | remaster, yeah :D i got 246 |
| DrEeevil | robink: it is suboptimal because you'll get a nice time drift, but using at to emulate cron is easy enough ;-) |
| rufnut | it deleted my .config |
| robink | DrEeevil: Heh |
| bttb | I don't think so :D |
| rufnut | yeah it did nothing in it |
| bttb | What's the problem? |
| rufnut | i ran sh in front of it |
| bttb | put #!/bin/bash at the start of the script shebang |
| rufnut | lol |