grep regex number decimal capital letter
i had to do a disk usage test because a server was filing up - i grepped for "G" but got some unnecessary data
so then i tried a grep '/[0-9].[0-9];[0-9]"G"/' and some other derivates but they did not work.
any ideas on regex expressions?
/home/fak1300_h6
ooprod:cops11% du --si | grep G
3.6G ./users/prodcred/data/prop
2.3G ./users/prodcred/data/price_files
8.6G ./users/prodcred/data/varsrvr
2.3G ./users/prodcred/data/services
43M ./users/prodcred/data/ops/tk_taskbook/ARCHIVED_LOGS
29k ./users/prodcred/data/kops/tk_taskbook/beta/ARCHIVED_LOGS
19M ./users/prodcred/data/kops/TOPS_ARCHIVED_LOGFILES
4.1G ./users/prodcred/data/alsrvr/archive
4.4G ./users/prodcred/data/alsrvr
64k ./users/prodcred/data/Pricing/built/matplotlib-0.98.1-py2.5-linux-i686.egg/EGG-INFO
5.2G ./users/prodcred/data/tickstorage/conqtree
2.0G ./users/prodcred/data/tickstorage/conqtree.auto
9.9G ./users/prodcred/data/tickstorage
du: cannot read directory `./users/prodcred/data/thdat/global_thfrd/20090413.old': Permission denied
1.9G ./users/prodcred/data/thdat
1.3G ./users/prodcred/data/voltic_i0
115M ./users/prodcred/data/Shortstock/CFG
656k ./users/prodcred/data/Shortstock/LOGS
1.9G ./users/prodcred/data/volsurf1/model_ar
1.9G ./users/prodcred/data/volsurf1
1.1G ./users/prodcred/data/xprocmon
1.1G ./users/prodcred/data/ssfmon
2.2G ./users/prodcred/data/algorouter/archive/logs
2.2G ./users/prodcred/data/algorouter/archive
2.4G ./users/prodcred/data/algorouter
340M ./users/prodcred/data/thitrace/archive/20090817/prodcred.Greenwich.all
341M ./users/prodcred/data/thitrace/archive/20090818/prodcred.Greenwich.all
341M ./users/prodcred/data/thitrace/archive/20090819/prodcred.Greenwich.all
344M ./users/prodcred/data/thitrace/archive/20090820/prodcred.Greenwich.all
1.5G ./users/prodcred/data/thitrace/archive
1.8G ./users/prodcred/data/thitrace
1.7G ./users/prodcred/data/mdusage
74G ./users/prodcred/data
1.2G ./users/prodcred/exe/tops/ch/prod_fst/old
1.2G ./users/prodcred/exe/tops/ch/prod_fst
1.3G ./users/prodcred/exe/tops/ch
0 ./users/prodcred/exe/tops/mc/GlobexBust
du: cannot read directory `./users/prodcred/exe/tops/0755': Permission denied
1.6G ./users/prodcred/exe/kops
1.7G ./users/prodcred/exe
du: `./users/prodcred/cust_data/laura2': Permission denied
57k ./users/prodcred/corba/PUBLICGK/log
6.2k ./users/prodcred/corba/PUBLICGK/tmp
1.1M ./users/prodcred/corba/PUBLICGK/beartest
18k ./users/prodcred/corba/PUBLICGK/obsolete
650k ./users/prodcred/corba/PUBLICGK/testing
1.2M ./users/prodcred/corba/PUBLICGK/test
3.0M ./users/prodcred/corba/PUBLICGK
3.2M ./users/prodcred/krist/remy/projects/Globextranslator/20050711
6.8M ./users/prodcred/krist/remy/projects/Globextranslator/20041213
13k ./users/prodcred/krist/remy/projects/Globextranslator/jun22
4.6M ./users/prodcred/krist/remy/projects/Globextranslator/20060801
15M ./users/prodcred/kris/remy/projects/Globextranslator
du: `./users/prodcred/report/ibilling/200808/summary': Permission denied
1.7G ./users/prodcred/report
du: cannot read directory `./users/prodcred/core': Permission denied
79G ./users/prodcred
79G ./users
79G .
casper:kops11%
|