代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/691674
xbm bash.xbm
From: Simon Marshall
Date: Wed, 8 May 91 17:15:58 +0100
To: bug-bash@ai.mit.edu
Subject: X bitmap for bash
Since other GNU software comes with its very own X bitma
www.eeworm.com/read/229403/4756350
bash_profile .bash_profile
# .bash_profile
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
umask 022
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
www.eeworm.com/read/229403/4756352
bash_logout .bash_logout
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
case "`tty`" in
/dev/tty[0-9]*) clear
esac
www.eeworm.com/read/229403/4756398
bash_profile .bash_profile
# .bash_profile
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
umask 022
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
www.eeworm.com/read/229403/4756400
bash_logout .bash_logout
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
case "`tty`" in
/dev/tty[0-9]*) clear
esac
www.eeworm.com/read/229403/4756695
mk bash.mk
#############################################################
#
# bash
#
#############################################################
BASH_VER:=3.0
BASH_SOURCE:=bash-$(BASH_VER).tar.gz
BASH_SITE:=ftp