代码搜索:BASH
找到约 5,321 项符合「BASH」的源代码
代码结果 5,321
www.eeworm.com/read/468962/6982642
bash_profile .bash_profile
# Begin ~/.bash_profile
# Written for Beyond Linux From Scratch
# by James Robertson
# updated by Bruce Dubbs
# Personal environment vari
www.eeworm.com/read/468962/6982651
bash_logout .bash_logout
# Begin ~/.bash_logout
# Written for Beyond Linux From Scratch
# by James Robertson
# Personal items to perform on logout.
# End ~/.bash_logout
www.eeworm.com/read/458682/7291512
bash remote.bash
#!/bin/bash
# remote.bash: Using ssh.
# This example by Michael Zick.
# Used with permission.
# Presumptions:
# ------------
# fd-2 isn't being captured ( '2>/dev/null' ).
# ssh/sshd presum
www.eeworm.com/read/458682/7291654
bash is_spammer.bash
#!/bin/bash
# $Id: is_spammer.bash,v 1.12.2.11 2004/10/01 21:42:33 mszick Exp $
# Above line is RCS info.
# The latest version of this script is available from http://www.morethan.org.
#
# Spammer-i
www.eeworm.com/read/458682/7291758
bash hanoi.bash
#! /bin/bash
#
# The Towers Of Hanoi
# Bash script
# Copyright (C) 2000 Amit Singh. All Rights Reserved.
# http://hanoi.kernelthread.com
#
# Tested under Bash version 2.05b.0(13)-release.
# Also works
www.eeworm.com/read/451641/7460485
chm bash.chm
www.eeworm.com/read/439882/7697574
bash redir.bash
#!/usr/local/bin/bash -norc
#
# redir - redirect stdout and stderr to files
#
# This file is a part of the SimpleScalar tool suite written by
# Todd M. Austin as a part of the Multiscalar Research Pr
www.eeworm.com/read/438832/7725749
bash remote.bash
#!/bin/bash
# remote.bash: 使用ssh.
# 这个例子是Michael Zick编写的.
# 授权在本书中使用.
# 假设的一些前提:
# ---------------
# fd-2(文件描述符2)的内容并没有被丢弃( '2>/dev/null' ).
# ssh/sshd假设stderr ('2')将会显示给用户.
#
# 假设ssh
www.eeworm.com/read/438832/7725770
bash is_spammer.bash
#!/bin/bash
# $Id: is_spammer.bash,v 1.12.2.11 2004/10/01 21:42:33 mszick Exp $
# Above line is RCS info.
# The latest version of this script is available from http://www.morethan.org.
#
# Spammer-i
www.eeworm.com/read/438832/7725869
bash hanoi.bash
#! /bin/bash
#
# 汉诺塔
# Bash script
# Copyright (C) 2000 Amit Singh. All Rights Reserved.
# http://hanoi.kernelthread.com
#
# 在bash version 2.05b.0(13)-release下通过测试
#
# 经过脚本原作者同意
#+ 可以使用在"Advanced Bas