代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/178760/5313355

go

#!/bin/bash sdcc hi.c
www.eeworm.com/read/428548/1958645

right syntax_err_negate.right

bash 3.2 fails this hush: syntax error
www.eeworm.com/read/374581/2749628

right syntax_err_negate.right

bash 3.2 fails this hush: syntax error
www.eeworm.com/read/357352/3016252

right syntax_err_negate.right

bash 3.2 fails this hush: syntax error
www.eeworm.com/read/111459/15512318

extradeletes

#!/usr/bin/bash #-----------------------------------------------------------------------------# # default settings #-----------------------------------------------------------------------------# V
www.eeworm.com/read/351829/10604857

in patchfns.in

#! @BASH@ # This file contains the common functions used in all quilt script # It is meant to be sourced by bash scripts. # This script is free software; you can redistribute it and/or modify # it
www.eeworm.com/read/332102/3401571

bashdb

# bashdb - a bash debugger # Driver Script: concatenates the preamble and the target script # and then executes the new script. echo 'Bash Debugger version 1.0' _dbname=${0##*/} if (( $# < 1 )) ;
www.eeworm.com/read/262041/4315940

umon_setup

#!/bin/bash # # umon_setup: # This script is a startup script used by bash shell environments. # The purpose is to establish a basic environment for working on a # micromonitor port. The intent
www.eeworm.com/read/262041/4316011

umon_setup

#!/bin/bash # # umon_setup: # This script is a startup script used by bash shell environments. # The purpose is to establish a basic environment for working on a # micromonitor port. The intent
www.eeworm.com/read/458682/7291484

sh ex13.sh

#!/bin/bash a=4 b=5 # Here "a" and "b" can be treated either as integers or strings. # There is some blurring between the arithmetic and string comparisons, #+ since Bash variables are not strongl