代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/691640
h posixjmp.h
/* posixjmp.h -- wrapper for setjmp.h with changes for POSIX systems. */
/* Copyright (C) 1987,1991 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash
www.eeworm.com/read/16793/691645
h trap.h
/* trap.h -- data structures used in the trap mechanism. */
/* Copyright (C) 1993-2010 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free softw
www.eeworm.com/read/16793/691646
c general.c
/* general.c -- Stuff that is used by all files. */
/* Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software: you
www.eeworm.com/read/16793/691660
c open-files.c
/* open-files -- report files a process has open */
/* Copyright (C) 1989-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software: you
www.eeworm.com/read/16793/691711
h conftypes.h
/* conftypes.h -- defines for build and host system. */
/* Copyright (C) 2001, 2005, 2008,2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is fr
www.eeworm.com/read/16793/691720
h input.h
/* input.h -- Structures and unions used for reading input. */
/* 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/691737
c braces.c
/* braces.c -- code for doing word expansion in curly braces. */
/* Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free
www.eeworm.com/read/16793/691741
c execute_cmd.c
/* execute_cmd.c -- Execute a COMMAND structure. */
/* Copyright (C) 1987-2010 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software: you
www.eeworm.com/read/16793/691743
h builtins.h
/* builtins.h -- What a builtin looks like, and where to find them. */
/* Copyright (C) 1987-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is
www.eeworm.com/read/457673/1595589
test-be
#!/bin/bash
# Bash file to run test BE algorithm and check BW allocation/collision
# @author rouil
RES_DIR=res_test_be #output directory
if [ "$1" == "clean" ]; then
rm -r $RES_DIR
else
mkd