BASH – GZIP or BZIP2?
BASH is a free software Unix shell written for the GNU Project. Its name is an acronym which stands for Bourne-again shell. The name is a pun on the name of the Bourne shell (sh), an early and important UNIX shell written by Stephen Bourne and distributed with Version 7 Unix circa 1978, and the concept of being born again. BASH was created in 1987 by Brian Fox. In 1990 Chet Ramey became the primary maintainer. BASH is the default shell on most GNU/Linux systems as well as on Mac OS X and it can be run on most UNIX-like operating systems. It has also been ported to Microsoft Windows using the POSIX emulation provided by Cygwin, to MS-DOS by the DJGPP project and to Novell NetWare.
DVG – Mankutimmana Kagga – Verse 266
DVG – Mankutimmana Kagga – Verse 265
DVG – Mankutimmana Kagga – Verse 264
DVG – Mankutimmana Kagga – Verse 263
PERL – Mapping Elements To Their Respective Arrays
Often times, a need arises where one has to search a bunch of arrays to find out to which one of them a given set of elements belong. Of course, life becomes a lot simpler if those arrays are unique (meaning any given element appears only in one of the arrays) and life may not always be that simple.
Continue reading … “PERL – Mapping Elements To Their Respective Arrays”
DVG – Mankutimmana Kagga – Verse 262
DVG – Mankutimmana Kagga – Verse 261
BASH – Wrappers For qstat In NPACI ROCKS
BASH is a free software UNIX shell written for the GNU Project. Its name is an acronym which stands for Bourne-again shell. The name is a pun on the name of the Bourne shell (sh), an early and important UNIX shell written by Stephen Bourne and distributed with Version 7 UNIX circa 1978, and the concept of being born again. BASH was created in 1987 by Brian Fox. In 1990 Chet Ramey became the primary maintainer. BASH is the default shell on most GNU/Linux systems as well as on Mac OS X and it can be run on most UNIX-like operating systems. It has also been ported to Microsoft Windows using the POSIX emulation provided by Cygwin, to MS-DOS by the DJGPP project and to Novell NetWare.
Continue reading … “BASH – Wrappers For qstat In NPACI ROCKS”
DVG – Mankutimmana Kagga – Verse 260
DVG – Mankutimmana Kagga – Verse 259
PERL – Mapping An Element To Its Array
Disclaimer
Often times, a need arises where one has to search a bunch of arrays to find out to which one of them a given element belongs. Of course, life becomes a lot simpler if those arrays are unique (meaning any given element appears only in one of the arrays) and life may not always be that simple.