You are not logged in.
$ du -h /var/cache/pacman/pkg 5.9G /var/cache/pacman/pkg
OMG, it seems you are hosting a repository of your wone.
By the way,
[kensai@archlinux ~]$ du -h /var/cache/pacman/
4.0K /var/cache/pacman/pkg
8.0K /var/cache/pacman/
Last edited by kensai (2008-07-13 12:59:19)
Offline
mfolnovich ~ > du -h /var/cache/pacman/
3.5G /var/cache/pacman/pkg
Offline
dude I could nearly run ubuntu in 4.7gb lol
Mr Green I like Landuke!
Offline
update ... thanks Allan
echo $(du -h /var/cache/pacman/pkg) | cut -f 1 -d " "
beat that!
Mr Green I like Landuke!
Offline
pacman -Sc is my friend:
[skottish@iasE ~]$ echo $(du -h /var/cache/pacman/pkg) | cut -f 1 -d " "
425M
Offline
echo $(du -h /var/cache/pacman/pkg) | cut -f 1 -d " "
This does the same:
du -h /var/cache/pacman/pkg | cut -f 1
Offline
WHAT!!!!! lol ....
Mr Green I like Landuke!
Offline
Mr Green wrote:echo $(du -h /var/cache/pacman/pkg) | cut -f 1 -d " "
This does the same:
du -h /var/cache/pacman/pkg | cut -f 1
using 3 programs (bash, du,cut) for such an easy task?
l=( $(du -h /var/cache/pacman/pkg) ) echo $l
thank you thayer and tomk! Parsing the versions is so hard: damned rc1, pre, alpha, -, . and so on!
I'm thinking I'll have to fall back to the timestamp of the files
Last edited by carlocci (2008-07-13 22:12:19)
Offline
693M
and
468M
Offline
try this one:
$ df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/sda7 14G 3.7G 9.4G 29% /
$ df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/hda2 12G 5.4G 5.9G 48% /
Offline
9,1G
If I had not found this post I would probably had run out of space soon!
And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.
Offline
daf666 wrote:Mr Green wrote:echo $(du -h /var/cache/pacman/pkg) | cut -f 1 -d " "
This does the same:
du -h /var/cache/pacman/pkg | cut -f 1using 3 programs (bash, du,cut) for such an easy task?
l=( $(du -h /var/cache/pacman/pkg) ) echo $lthank you thayer and tomk! Parsing the versions is so hard: damned rc1, pre, alpha, -, . and so on!
I'm thinking I'll have to fall back to the timestamp of the files
[ ~ ] > l=( $(du -h /var/cache/pacman/pkg) ) echo $l
[ ~ ] >
unless its a typo I get nothing from that..............
Last edited by Mr Green (2008-07-14 05:54:08)
Mr Green I like Landuke!
Offline
I missed a semicolon
Offline
where where ?? no problem I am sure it works fine... :-) I always seem to take the longest route first
Mr Green I like Landuke!
Offline
2.9G
Wow
Offline
du -h /var/cache/pacman/pkg
5.5G /var/cache/pacman/pkg
never cleaned it out. reinstalled once though. don't remember why. Will get much smaller soon as I'm getting a new machine.
also:
df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 25G 11G 13G 47% /
so the pacman cache is taking up as much space as everything else not in /home. at least I'd know what to do if I needed space.
Offline
Offline
565M /var/cache/pacman/pkg
Offline
Mine is the biggest
9,1G
If I had not found this post I would probably had run out of space soon!
he wins
Offline
despairblue wrote:Mine is the biggest
9,1G
If I had not found this post I would probably had run out of space soon!he wins
damn it, missed that one....but my time will come...
Offline
Long way to the top for me:/
820M /var/cache/pacman/pkg
Offline
778M, cleaned out a few weeks ago
Offline
┌─[serrghi @ serrghi]
└─[~]> du -h /var/cache/pacman/pkg
913M /var/cache/pacman/pkg
cleaned a week ago
Unyttig.INFO - Your source to not so useless information
My github - Various configs, dotfiles and nifty scripts
Offline
3.9G
I never thought of looking there.
Offline