From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 23 Feb 2003 21:22:04 +0400 From: ASA X-Mailer: The Bat! (v1.60q) Organization: LLB, LLC X-Priority: 3 (Normal) Message-ID: <12813356635.20030223212204@udm.ru> To: Konstantin In-Reply-To: <200302231816.31774.altlinux@tut.by> References: <200302231816.31774.altlinux@tut.by> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Subject: [Comm] =?koi8-r?B?UmU6IFtDb21tXSD1xMHMxc7JxSDQxdLX2cggNzIgwsHK1MEgxsHKzME=?= Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru X-Reply-To: ASA List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: Hello Konstantin, Sunday, February 23, 2003, 8:17:41 PM, you wrote: K> Как это сделать? du + tail не красиво, а head не может. man dd для маленьких файлов достаточно эффективно: dd skip=1 bs=72 для больших файлов imho эффективнее в два вызова: dd if=file1 skip 72 bs=1 count=65464 >file2 dd if=file1 skip 1 bs=64k >>file2 число 65464 равно 65536-72. -- Best regards, ASA mailto:llb@udm.ru