代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/126411/6017673

bash_aliases

# Some useful aliases. alias texclean='rm -f *.toc *.aux *.log *.cp *.fn *.tp *.vr *.pg *.ky' alias clean='echo -n "Really clean this directory?"; read yorn; if test "$yorn" = "y"; then rm -f \#
www.eeworm.com/read/126411/6017674

bash-profile

HOME=/usr/homes/chet MAIL=/usr/homes/chet/mbox MAILCHECK=30 HISTFILE=/usr/homes/chet/.history MACHINE=$(/usr/local/bin/machine) HOST=$(hostname) PATH1=/usr/homes/chet/bin.$MACHINE:/usr/local/bin/gnu
www.eeworm.com/read/315722/6281436

doc bash.doc

www.eeworm.com/read/157676/11673294

copy_bash

# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATH unset USERNAME ex
www.eeworm.com/read/339483/12230867

bash remote.bash

#!/bin/bash # remote.bash: Using ssh. # This example by Michael Zick. # Used with permission. # Presumptions: # ------------ # fd-2 isn't being captured ( '2>/dev/null' ). # ssh/sshd presum
www.eeworm.com/read/339483/12231400

bash is_spammer.bash

#!/bin/bash # $Id: is_spammer.bash,v 1.12.2.11 2004/10/01 21:42:33 mszick Exp $ # Above line is RCS info. # The latest version of this script is available from http://www.morethan.org. # # Spammer-i
www.eeworm.com/read/339483/12231742

bash hanoi.bash

#! /bin/bash # # The Towers Of Hanoi # Bash script # Copyright (C) 2000 Amit Singh. All Rights Reserved. # http://hanoi.kernelthread.com # # Last tested under bash version 2.05b.0(13)-release # # Use
www.eeworm.com/read/130620/14180550

bash configure.bash

#!/bin/bash ./configure --with-apache=../apache_1.3.31 --with-libxml-dir=/usr/local/lib --with-gd --with-gettext --without-mysql --with-pgsql --enable-sockets --with-jpeg-dir=/usr/local/lib --with-pn
www.eeworm.com/read/222549/14686588

html bash.html

Bash 命令行与脚本
www.eeworm.com/read/210130/15206169

html bash.html