代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/170577/5403114
amsn
#!/bin/bash
# \
exec wish $0
###
###
################################################################
### ###############
### Alvaro's Messenger -
www.eeworm.com/read/187104/8854994
sh reexec.sh
#! /bin/sh
# Zsh is not Bourne compatible without the following:
if test -n "$ZSH_VERSION"; then
emulate sh
NULLCMD=:
fi
# Bash is not POSIX compliant without the following:
test -n "$BASH_VERSI
www.eeworm.com/read/144212/5752739
c zwrite.c
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software; you can redistribute it and/or modify it under
the terms o
www.eeworm.com/read/144212/5752747
c shtty.c
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software; you can redistribute it and/or modify it under
the terms o
www.eeworm.com/read/144212/5752749
c zread.c
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software; you can redistribute it and/or modify it under
the terms o
www.eeworm.com/read/144212/5752754
c shquote.c
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software; you can redistribute it and/or modify it under
the terms o
www.eeworm.com/read/16793/690627
c pathcanon.c
/* pathcanon.c -- canonicalize and manipulate pathnames. */
/* Copyright (C) 2000 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software:
www.eeworm.com/read/16793/690628
c zcatfd.c
/* zcatfd - copy contents of file descriptor to another */
/* Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software: y
www.eeworm.com/read/16793/690642
c zmapfd.c
/* zmapfd - read contents of file descriptor into a newly-allocated buffer */
/* Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash