代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/438832/7725767
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$
#
# 在格式上, 由M.C做了一些修改.
# 数组操
www.eeworm.com/read/438832/7725837
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/438832/7725859
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/435688/7787746
ipc calculator.bash.ipc
#!/bin/bash
#
# Demonstration on how to use Glade and the GTK-server with BASH.
#
# Tested with GTK-server 2.2.9 on SLAMD12 and BASH 3.1
# Nov 1, 2008 (c) Peter van Eerten - GPL license.
#
# Proving t
www.eeworm.com/read/435688/7787754
bash demo-ipc.bash
#!/bin/bash
#
# Bourne shell IPC demo with the GTK-server
#
# November 12, 2006 - (c) Peter van Eerten
#
# As unique communication channel the current PID
# number '$$' is used.
# Adjusted with demons
www.eeworm.com/read/435688/7787768
bash demo-fifo.bash
#!/bin/bash
#
# Bourne shell named pipe demo with the GTK-server
# Tested with BASH 3.1 on Zenwalk Linux 4.2
#
# March 14, 2004 by Peter van Eerten
# Revised at july 25, 2004
# Revised for GTK-server
www.eeworm.com/read/435688/7787773
bash demo-tcp.bash
#!/bin/bash
#
# Bash socket tcp demo on how to use the gtk-server - by nodep
#
# GNU bash, version 2.05b.0 needed for socket io
#
# Create as root: /dev/tcp/127.0.0.1/50000 and chmod for user access
www.eeworm.com/read/435688/7787781
bash demo-sock.bash
#!/bin/bash
#
# Run GTK-server in socket mode.
#
# 1) /etc/services: add the line 'demo 50000/tcp'
# 2) /etc/inetd.conf: add the line 'demo stream tcp nowait nobody /some/dir/demo-sock.bash'
# 3) kill
www.eeworm.com/read/435688/7787789
fifo calculator.bash.fifo
#!/bin/bash
#
# Demonstration on how to use Glade and the GTK-server with BASH.
#
# Tested with GTK-server 2.1.3 on Zenwalk 4.2 and BASH 3.1
# January 16, 2007 (c) Peter van Eerten - GPL license.
#
#
www.eeworm.com/read/435688/7787809
bash demo-fifo.bash
#!/bin/bash
#
# Demo with XForms
# Tested with GTK-server 2.1.3 compiled for XForms and BASH 3.1
# PvE - January 2007
# -----------------------------------------------------------------
# Communicati