代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/691726
c pcomplib.c
/* pcomplib.c - library functions for programmable completion. */
/* Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free
www.eeworm.com/read/354016/3080180
cmake findunixcommands.cmake
# - Find unix commands from cygwin
# This module looks for some usual Unix commands.
#
INCLUDE(FindCygwin)
FIND_PROGRAM(BASH
bash
${CYGWIN_INSTALL_PATH}/bin
/bin
/usr/bin
/usr/
www.eeworm.com/read/105767/7108950
h chartypes.h
/* chartypes.h -- extend ctype.h */
/* Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software; you can redistribute it
www.eeworm.com/read/329257/12967017
txt appd.txt
Appendix D
---------
Chapter 5
---------
1.
#!/bin/bash
clear
echo "Enter your name"
read response
2.
#!/bin/bash
clear
echo "Enter your name"
read response
echo "Hello $response"
www.eeworm.com/read/144212/5752755
c times.c
/* times.c - times(3) library function */
/* Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software; you can redistribu
www.eeworm.com/read/144212/5752756
c itos.c
/* itos.c -- Convert integer to string. */
/* Copyright (C) 1998, 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/144212/5752757
c oslib.c
/* oslib.c - functions present only in some unix versions. */
/* Copyright (C) 1995 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software
www.eeworm.com/read/144212/5752834
h posixdir.h
/* posixdir.h -- Posix directory reading includes and defines. */
/* Copyright (C) 1987,1991 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free
www.eeworm.com/read/228991/14356194
txt appd.txt
Appendix D
---------
Chapter 5
---------
1.
#!/bin/bash
clear
echo "Enter your name"
read response
2.
#!/bin/bash
clear
echo "Enter your name"
read response
echo "Hello $response"
www.eeworm.com/read/16793/690599
c memset.c
/* memset.c -- set an area of memory to a given value */
/* Copyright (C) 1991-2002 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
Bash is free software