shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



>From address@hidden Thu Jul 17 03:40:23 2008
Return-Path: <address@hidden>
Received: (qmail 60506 invoked from network); 17 Jul 2008 10:40:23 -0000
Received: from unknown (66.218.67.97)
  by m54.grp.scd.yahoo.com with QMQP; 17 Jul 2008 10:40:23 -0000
Received: from unknown (HELO n17.bullet.mail.re1.yahoo.com) (69.147.102.100)
  by mta18.grp.scd.yahoo.com with SMTP; 17 Jul 2008 10:40:23 -0000
Received: from [68.142.237.89] by n17.bullet.mail.re1.yahoo.com with NNFMP; 17 
Jul 2008 10:40:22 -0000
Received: from [66.218.69.4] by t5.bullet.re3.yahoo.com with NNFMP; 17 Jul 2008 
10:40:22 -0000
Received: from [66.218.66.86] by t4.bullet.scd.yahoo.com with NNFMP; 17 Jul 
2008 10:40:22 -0000
X-Sender: address@hidden
X-Apparently-To: address@hidden
X-Received: (qmail 8276 invoked from network); 16 Jul 2008 20:19:59 -0000
X-Received: from unknown (66.218.67.97)
  by m56.grp.scd.yahoo.com with QMQP; 16 Jul 2008 20:19:59 -0000
X-Received: from unknown (HELO n50d.bullet.mail.sp1.yahoo.com) (66.163.169.48)
  by mta18.grp.scd.yahoo.com with SMTP; 16 Jul 2008 20:19:59 -0000
X-Received: from [216.252.122.217] by n50.bullet.mail.sp1.yahoo.com with NNFMP; 
16 Jul 2008 20:19:59 -0000
X-Received: from [209.73.164.83] by t2.bullet.sp1.yahoo.com with NNFMP; 16 Jul 
2008 20:19:59 -0000
X-Received: from [66.218.66.78] by t7.bullet.scd.yahoo.com with NNFMP; 16 Jul 
2008 20:19:59 -0000
Date: Wed, 16 Jul 2008 20:19:59 -0000
To: address@hidden
Message-ID: <address@hidden>
User-Agent: eGroups-EW/0.82
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Yahoo Groups Message Poster
X-Yahoo-Newman-Property: groups-system
X-Originating-IP: 66.163.169.48
X-eGroups-Msg-Info: 1:6:0:0:0
X-Yahoo-Post-IP: 201.8.164.173
From: "felipee_catojo" <address@hidden>
Subject: =?iso-8859-1?q?D=FAvida_com_Script?=
X-Yahoo-Group-Post: member; u=333633906; 
y=vb_9S09wyT7S9SdOLZwcCIpzG_7h3Mt54d52DNwMjz0YhDhjma_Za_E
X-Yahoo-Profile: felipee_catojo
X-eGroups-Approved-By: pinguimrmbr <address@hidden> via web; 17 Jul 2008 
10:40:22 -0000

#!/bin/bash

COUNT1=3D0

for i in `find /Disco1/bfurj/ -mtime -1 -exec du {} \; | awk -F " "
'{print $1}'`; do

let "COUNT1=3DCOUNT1+$i"

done

let "COUNT1=3DCOUNT1/1024000"

echo ARQUIVOS RECEBIDOS BFURJ $COUNT1"MB"

Ol=E1 pessoal, to tentando modificar esse script,pra fazer com que o
mesmo me diga qual o tamanho, ou seja quanto meu /home ocupa em disco,
e que pegasse tambem apenas os arquivos alterados a um dia atr=E1s.

Obg desde j=E1.




reply via email to

From: Unknown
[Prev in Thread] Current Thread [Next in Thread]