Search Results

Search: Posts Made By: targzeta
21,721
Posted By targzeta
sed -n "s/.*/'&'/;1{h;d};H;\${x;s/\n/,/g;p;q}"...
sed -n "s/.*/'&'/;1{h;d};H;\${x;s/\n/,/g;p;q}" code_LIST.txtEmanuele
22,646
Posted By targzeta
I think the problem is with daylight saving time....
I think the problem is with daylight saving time. But, see this:# 1) correct
$> perl date.pl -d 'now + 3 days'
2013-10-28 23:24:14
$> date -d 'now + 3 days'
Mon Oct 28 23:24:20 CET 2013

#2)...
1,234
Posted By targzeta
cat list.txt | while read pattern; do find...
cat list.txt | while read pattern; do find sourcedir -name "*$pattern*" -exec mv '{}' destdir/ \;;doneEmanuele
22,646
Posted By targzeta
Ok, I'm using Linux Slackware64 but...perl...
Ok, I'm using Linux Slackware64 but...perl date.pl
Can't locate Switch.pm in @INC (you may need to install the Switch module) (@INC contains: /usr/local/lib64/perl5
/usr/local/share/perl5...
3,030
Posted By targzeta
Wath about the simpler:du /usr/ | sort -nr | head...
Wath about the simpler:du /usr/ | sort -nr | head -n11 | tail -n10 | while read size path; do echo $path $size;doneEmanuele

P.S. If you want consider also /usr dir (that obviously is the first...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 10:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy