代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/103127/15744574
txt temperaturegettable.txt
#!/bin/bash
# temperatureGetTable v1.0 12/31/01
# www.embeddedlinuxinterfacing.com
#
# The original location of this code is
# http://www.embeddedlinuxinterfacing.com/chapters/12/
#
# Copyright (C) 20
www.eeworm.com/read/103127/15744578
txt temperaturegetplot.txt
#!/bin/bash
# temperatureGetPlot v1.0 12/31/01
# www.embeddedlinuxinterfacing.com
#
# The original location of this code is
# http://www.embeddedlinuxinterfacing.com/chapters/12/
#
# Copyright (C) 200
www.eeworm.com/read/103127/15744579
txt temperaturerecord.txt
#!/bin/bash
# temperatureRecord v1.0 12/31/01
# www.embeddedlinuxinterfacing.com
#
# The original location of this code is
# http://www.embeddedlinuxinterfacing.com/chapters/12/
#
# Copyright (C) 2001
www.eeworm.com/read/103127/15744580
txt temperaturereport.txt
#!/bin/bash
# temperatureReport v1.0 12/31/01
# www.embeddedlinuxinterfacing.com
#
# The original location of this code is
# http://www.embeddedlinuxinterfacing.com/chapters/12/
#
# Copyright (C) 2001
www.eeworm.com/read/103127/15744583
txt temperaturegetlast.txt
#!/bin/bash
# temperatureGetLast v1.0 12/31/01
# www.embeddedlinuxinterfacing.com
#
# The original location of this code is
# http://www.embeddedlinuxinterfacing.com/chapters/12/
#
# Copyright (C) 200
www.eeworm.com/read/187342/8832315
kantiword
#!/bin/bash
#!/bin/sh
#
# Script to make drag and drop in KDE possible
#set -x
#
if [ $# -lt 2 ]
then
exit 0
fi
# Determine the temp directory
if [ -d "$TMPDIR" ] && [ -w "$TMPDIR" ]
then
tmp_dir=
www.eeworm.com/read/374494/9402664
local userdel-post.local
#!/bin/bash
#
# Here you can add your own stuff, that should be done for every user
# which we deleted.
#
# If you delete a user with userdel, this script will be called
# with the login name, UID, GI
www.eeworm.com/read/176336/9502886
start
# /bin/bash
./athena-start start
sleep 30
while [ true ] ; do
if [ " 0" = "$(ps | grep -e login | wc -l)" ] ||
[ " 0" = "$(ps | grep -e char | wc -l)" ] ||
[ " 0" = "$(ps |
www.eeworm.com/read/464279/7166973
sh ex-07-01_array.sh
#!/bin/ksh -v
# Chapter 07 - Section Array Variables
# This script demonstrates using array variables in ksh
# To use this script with bash, change the first line
FRUIT[0]=apple
FRUIT[1]=banana
FRUIT
www.eeworm.com/read/458682/7291332
sh from.sh
#!/bin/bash
# from.sh
# Emulates the useful "from" utility in Solaris, BSD, etc.
# Echoes the "From" header line in all messages
#+ in your e-mail directory.
MAILDIR=~/mail/* # No