On Thu, 15 Jul 2004, Matthias Czapla wrote:
I have no idea, but I use something like this to recurse down a tree and
do something with every file:
#!/bin/bash
for i in `find -type f`
do
whatever you wan't to do, just use $i instead of the filename.
done
This will not work if any component of a
On Wed, 14 Jul 2004, j smith wrote:
md5sum checks one file a time. i want a script that
recursively check files in a directory.Thanks!
PS: the script's application: in DOS 6, there is
antivirus program called "msav" that check if
executables are changed or infected. such program is
no longer availa
Hi all,
I'm running the 2.6.6-1-k7-smp kernel on a fresh install of Woody, with
udev. Most things are now working (although for some reason I can't seem
to get udev to create the nvidia devices for me, even though I've patched
the driver and the device shows up in /sys...), but my first IDE dri
On Tue, 6 Jul 2004, Thomas Adam wrote:
So install 'ksymoops' and use that to run the callback trace through (I
assume syslog logs it). Then look on the LKML for more detailed
information.
I've installed it and am trying to use it right now, but it doesn't appear
to really be set up for 2.6 kernels
Hi all,
I am having problems with two 2.6 kernel modules, 3c59x and emu10k. Both
of them fail with the same error: "Unable to handle kernel paging request
at virtual address ", along with a dump of some extra info like a
Call Trace, finally ending in a Segmentation fault (I'm assuming it's
mo
Hi all,
I'm trying to get udev to work on Debian unstable, and although I've kind
of succeeded I still don't have a functional system.
I can now successfully boot and log in via SSH, but to do so I have to
manually create /dev/console (otherwise I get a kernel panic when init
runs), /dev/null (ma
6 matches
Mail list logo