代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/458682/7291316
bash array-assign.bash
#! /bin/bash
# array-assign.bash
# Array operations are Bash-specific,
#+ hence the ".bash" in the script name.
# Copyright (c) Michael S. Zick, 2003, All rights reserved.
# License: Unrestricted r
www.eeworm.com/read/458682/7291505
bash insertion-sort.bash
#!/bin/bash
# insertion-sort.bash: Insertion sort implementation in Bash
# Heavy use of Bash array features:
#+ (string) slicing, merging, etc
# URL: http://ww
www.eeworm.com/read/458682/7291651
bash array-append.bash
#! /bin/bash
# array-append.bash
# Copyright (c) Michael S. Zick, 2003, All rights reserved.
# License: Unrestricted reuse in any form, for any purpose.
# Version: $ID$
#
# Slightly modified in forma
www.eeworm.com/read/458682/7291725
bash basics-reviewed.bash
#!/bin/bash
# basics-reviewed.bash
# File extension == *.bash == specific to Bash
# Copyright (c) Michael S. Zick, 2003; All rights reserved.
# License: Use in any form, for any purpose.
# Rev
www.eeworm.com/read/458682/7291747
bash wgetter2.bash
#!/bin/bash
# wgetter2.bash
# Author: Little Monster [monster@monstruum.co.uk]
# ==> Used in ABS Guide with permission of script author.
# ==> This script still needs debugging and fixups (exercise f
www.eeworm.com/read/438832/7725274
bash array-assign.bash
#! /bin/bash
# array-assign.bash
# 数组操作是Bash所特有的,
#+ 所以才使用".bash"作为脚本扩展名.
# Copyright (c) Michael S. Zick, 2003, All rights reserved.
# License: Unrestricted reuse in any form, for any purpose.
#