代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/102720/15761444
4 fd.4
.TH FD 4
.SH NAME
fd \- floppy disk
.SH DESCRIPTION
The
.B fd*
devices refer to the Floppy disk driver using the NEC PD765 floppy disk
controller. These diskettes are arrays of 512 byte sectors, alth
www.eeworm.com/read/102720/15761699
1 fsck.1
FSCK(1) Minix Programmer's Manual FSCK(1)
NAME
fsck, fsck1 - perform file system consistency check
SYNOPSIS
fsck [-aclmrs] [device] ...
www.eeworm.com/read/102720/15761999
8 cron.8
CRON(8) Minix Programmer's Manual CRON(8)
NAME
cron - clock daemon
SYNOPSIS
cron
EXAMPLES
/usr/bin/cron # Use absolute pat
www.eeworm.com/read/102720/15762078
4 fd.4
FD(4) Minix Programmer's Manual FD(4)
NAME
fd - floppy disk
DESCRIPTION
The fd* devices refer to the Floppy disk driver using the
www.eeworm.com/read/100204/15880421
graft_dirs readme.graft_dirs
This is from "Eduardo M. A. M. Mendes"
Creating multi-session CD's with dir=/ feature Micro Howto
This mini-howto was written as guide to help me to create multi-session CD
www.eeworm.com/read/100204/15880470
xxxbsd readme.xxxbsd
Cdrecord has not been tested on OpenBSD jet.
It should run anyhow because the differences between the *BSD
systems should not be that big.
The current *BSD port will not yet be able to scan the SCS
www.eeworm.com/read/100204/15880505
linux readme.linux
WARNING: Do not use 'mc' to extract the tar file!
All mc versions before 4.0.14 cannot extract symbolic links correctly.
Linux includes the gnu make program by default but it is called 'make' on linu
www.eeworm.com/read/100148/15882574
configure
:
#!/bin/sh
# The above : is necessary on some buggy systems.
# configure: Guess values for system-dependent variables
# Output the flag definitions to the file "flags".
# Parameters: $1 = $CC, $2 =
www.eeworm.com/read/100147/15882667
in zmore.in
:
#!/bin/sh
PATH="BINDIR:$PATH"; export PATH
if test "`echo -n a`" = "-n a"; then
# looks like a SysV system:
n1=''; n2='\c'
else
n1='-n'; n2=''
fi
oldtty=`stty -g 2>/dev/null`
if stty -cbreak
www.eeworm.com/read/100147/15882677
in gzexe.in
:
#!/bin/sh
# gzexe: compressor for Unix executables.
# Use this only for binaries that you do not use frequently.
#
# The compressed version is a shell script which decompresses itself after
# skippi