代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/423632/2025602
spec bash.spec
%define pfx /opt/freescale/rootfs/%{_target_cpu}
Summary : bash - GNU Bourne-Again SHell
Name : bash
Version : 2.05b
Release : 1
License : GPL
Vendor
www.eeworm.com/read/407729/2259624
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/407729/2259626
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/407729/2259697
mk bash.mk
#############################################################
#
# bash
#
#############################################################
BASH_VER:=3.0
BASH_SOURCE:=bash-$(BASH_VER).tar.gz
#BASH_SITE:=ft
www.eeworm.com/read/402216/2327287
txt bash.txt
DOCUMENT_DEFAULT = 0
ERROR = 1
COMMENTLINE = 2
NUMBER = 3
WORD = 4
STRING = 5
CHARACTER = 6
OPERATOR = 7
IDENTIFIER = 8
SCALAR = 9
PARAM = 10
BACKTICKS = 11
HERE_DELIM
www.eeworm.com/read/396399/2422449
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/396399/2422451
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/384848/2596934
defaults bash.defaults
##
# Bash
# User preferences file
# Override these in rc.mine
#
# Wilfredo Sanchez Jr. | tritan@mit.edu
# July 09, 1992
#
# MIT Project Athena
##
if [ -n "$PS1" ]; then
# Prompts
PS1='[\h:\w] \u