代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/306144/13751777
essential-packages-list-ia64
This list was generated on Sun Jul 9 23:33:27 UTC 2006 for ia64
It contains a list of essential packages (which are also build-essential).
base-files
base-passwd
bash
bsdutils
coreutils
debianutils
www.eeworm.com/read/305004/13780501
buildrpm
#!/bin/bash
source=.
version=`cat $source/../version`
package=$source/../alsa-utils-$version.tar.bz2
packagedir=/usr/src/redhat
xrpmbuild=rpm
rpmbuild --usage 2> /dev/null > /dev/null && xrpmbuild=rp
www.eeworm.com/read/144212/5752896
mhfold
# To: chet@ins.CWRU.Edu
# Subject: Bash functions
# From: Sandeep Mehta
# print MH folders, useful only because folders(1) doesn't print
# mod date/times
mhfold()
{
list=`
www.eeworm.com/read/144212/5752968
pmtop
#! /bin/bash
#
# pmtop - poor man's `top' for SunOS 4.x
#
CLEAR=clear # could also be 'tput clear'
HEADER="USER PID %CPU %MEM SZ RSS TT STAT START TIME COMMAND"
if [ -n "$LINES" ]; then
S
www.eeworm.com/read/126411/6017606
h stdc.h
/* stdc.h -- macros to make source compile on both ANSI C and K&R C
compilers. */
/* Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/123250/6062001
sh generator.sh
#!/bin/bash
# $Id: generator.sh,v 2.0 2003/11/18 15:20:44 nijel Exp $
#
# Shell script that adds a new function file using a template. Should not be called directly
# but instead by template_Generator
www.eeworm.com/read/123250/6062003
sh template_generator.sh
#!/bin/bash
# $Id: template_generator.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $
#
# Shell script that adds a new mimetype with transform function.
#
# The filename should contain either 'mimetype_subty