代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/691707
h hashlib.h
/* hashlib.h -- the data structures used in hashing in Bash. */
/* Copyright (C) 1993-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free s
www.eeworm.com/read/16793/691721
h bashjmp.h
/* bashjmp.h -- wrapper for setjmp.h with necessary bash definitions. */
/* Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash
www.eeworm.com/read/16793/691727
in config.h.in
/* config.h -- Configuration file for bash. */
/* Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software: you can
www.eeworm.com/read/16793/691719
compat
Compatibility with previous versions
====================================
This document details the incompatibilities between this version of bash,
bash-4.1, and the previous widely-available version
www.eeworm.com/read/438832/7725287
sh pw.sh
#!/bin/bash
# May need to be invoked with #!/bin/bash2 on older machines.
#
# Random password generator for Bash 2.x by Antek Sawicki <tenox@tenox.tc>,
# who generously gave permission to the
www.eeworm.com/read/339483/12230421
sh pw.sh
#!/bin/bash
# May need to be invoked with #!/bin/bash2 on older machines.
#
# Random password generator for Bash 2.x by Antek Sawicki <tenox@tenox.tc>,
# who generously gave permission to the
www.eeworm.com/read/16793/691448
c getopt.c
/* getopt.c - getopt for Bash. Used by the getopt builtin. */
/* Copyright (C) 1993-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free so
www.eeworm.com/read/16793/691697
h bashtypes.h
/* bashtypes.h -- Bash system types. */
/* Copyright (C) 1993-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software: you can redistr
www.eeworm.com/read/16793/691740
y parse.y
/* parse.y - Yacc grammar for bash. */
/* Copyright (C) 1989-2010 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software: you can redistri
www.eeworm.com/read/161040/5563778
txt script_83.txt
---------- bash_profile_bak.txt ----------
/*
* 范例名称:本机的环境变量
* 文件名称:bash_profile_bak.txt
*/
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi