代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/438832/7725865

sh m4.sh

#!/bin/bash # m4.sh: 使用m4宏处理器 # 字符串操作 string=abcdA01 echo "len($string)" | m4 # 7 echo "substr($string,4)" | m4 # A01 echo "regexp($string,[0-1][0-1],\&
www.eeworm.com/read/438832/7725895

sh prepend.sh

#!/bin/bash # prepend.sh: 在文件的开头添加文本. # # Kenny Stauffer所捐助的脚本例子, #+ 本文作者对这个脚本进行了少量修改. E_NOSUCHFILE=65 read -p "File: " file # 'read'命令的-p参数用来显示提示符. if [ ! -e "$file" ] then # 如果这个文件不存在,
www.eeworm.com/read/398585/7935522

html bashprofile.html

Creating $LFS/root/.bash_profile
www.eeworm.com/read/140920/13052504

install-sh

#! /bin/bash . install-defs.sh $CP fastjar ${BINDIR} $STRIP ${BINDIR}/fastjar $CHMOD 755 ${BINDIR}/fastjar
www.eeworm.com/read/307724/13715860

sh 02lst10.sh

bash$ rlog dos_cvrt.c RCS file: RCS/dos_cvrt.c,v Working file: dos_cvrt.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisi
www.eeworm.com/read/305898/13757000

txt tex中文系统安装配置手记zz(转载).txt

发信人: texer (尤其), 信区: TeX_LaTeX 标 题: Tex中文系统安装配置手记zz(转载)
www.eeworm.com/read/304096/13800753

hustauthd

#!/bin/bash a=1 b=1 while [ $a -eq $b ] do supplicant eth0 user password >> /dev/null & sleep 45s done
www.eeworm.com/read/144212/5752831

h rlstdc.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/144212/5752999

aliases

## # Bash aliases file # # Wilfredo Sanchez Jr. | tritan@mit.edu ## ## # Aliases ## alias .='cwd' alias ..='cd ..' alias cd..='cd ..' alias cdwd='cd $(/bin/pwd)' alias
www.eeworm.com/read/144212/5753001

login

## # Set path ## export PATH="${HOME}/${MACHTYPE}/bin:${HOME}/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" export MANPATH="${HOME}/man:/usr/local/share/man:/usr/share/man" ## # Read user's log