bash   21307

« earlier    

Cronic - A cure for Cron's chronic email problem
Cronic is a small shim shell script for wrapping cron jobs so that cron only sends email when an error has occurred
email  unix  linux  osx  bash  useful  software  utility 
23 hours ago by masukomi
Strftime
Click your strftime time on the web
time  code  ruby  python  php  perl  bash  shell  date 
yesterday by der_dennis
BashPitfalls - Greg's Wiki
for i in $(ls *.mp3); do # Wrong! some command $i # Wrong! done for i in $(ls) # Wrong! for i in `ls` # Wrong! for i in $(find . -type f) # Wrong! for i in `find . -type f` # Wrong!
bash  pitfalls  shell  scripting 
yesterday by jonathanjg
moreutils
moreutils is a growing collection of the unix tools that nobody thought to write long ago when unix was young.
bash  programming  shell  unix 
yesterday by serialx
Bash - GNU Project - Free Software Foundation
Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.

The improvements offered by Bash include:

Command line editing
Unlimited size command history
Job Control
Shell Functions and Aliases
Indexed arrays of unlimited size
Integer arithmetic in any base from two to sixty-four
bash  gnu  linux 
yesterday by bcomnes
Google command line
A ruby gem to give you the power of Google Search in your command line.
programming  utilities  bash 
2 days ago by robertvesco
glyf: "This bash shell is now fully operational!"
zsh-compatible precmd and postcmd support in PURE BASH!
bash  cli 
2 days ago by roger

« earlier    

Copy this bookmark:



description:


tags: