Revision history for BashCommands
Additions:
~**[[find]] :** Search for files that meet a desired criteria
~**[[fsck]] :** Filesystem consistency check and repair.
~**[[gzip]] :** Compress or decompress named file(s)
~**[[fsck]] :** Filesystem consistency check and repair.
~**[[gzip]] :** Compress or decompress named file(s)
Deletions:
~**fsck :** Filesystem consistency check and repair.
~**gzip :** Compress or decompress named file(s)
Additions:
{{include tonguesBashCommands}}
~**[[rsync]] :** Remote file copy (Synchronize file trees)
==Also on the Wiki==
==Related Webpages==
~**[[rsync]] :** Remote file copy (Synchronize file trees)
==Also on the Wiki==
==Related Webpages==
Deletions:
==Also see==
==Related Pages==
Revision [22582]
Edited on 2012-07-21 06:45:44 by darkcity [[http://ss64.com/bash/ A to Z of Bash commands]]]Additions:
~||{background:yellow}This is a list of the commands used in the [[Bash Bash shell]]. Puppy uses the [[Ash Ash shell]] up to v 1.0.2 which does not contain all of these commands. From version 1.0.3 (June 2005) these Bash commands are available.||
~if you add **SHELL=/bin/bash** to **/etc/profile**, rxvt and aterm will run bash automatically
==Using commands==
~~**. :** Period, Run commands from a file
~~**# :** Comment / Remark
~**Shell scripts**
~~start with:
~~###!/bin/sh##
~~open xterminal (rxvt) and run console program (midnight commander)
~~xterm -e mc
~Bash can process command lines in sophisticated ways, doing complex string substitution etc.
~[[Shell Shells]]
~[[Sh]]
~[[Ash]]
~[[AshCommands]]
~[[Bash]]
~[[BashQuickTips]]
~[[BashDiff]]
==Related Pages==
~[[http://ss64.com/bash/ A to Z of Bash commands]]
CategoryTutorial
~if you add **SHELL=/bin/bash** to **/etc/profile**, rxvt and aterm will run bash automatically
==Using commands==
~~**. :** Period, Run commands from a file
~~**# :** Comment / Remark
~**Shell scripts**
~~start with:
~~###!/bin/sh##
~~open xterminal (rxvt) and run console program (midnight commander)
~~xterm -e mc
~Bash can process command lines in sophisticated ways, doing complex string substitution etc.
~[[Shell Shells]]
~[[Sh]]
~[[Ash]]
~[[AshCommands]]
~[[Bash]]
~[[BashQuickTips]]
~[[BashDiff]]
==Related Pages==
~[[http://ss64.com/bash/ A to Z of Bash commands]]
CategoryTutorial
Deletions:
if you add **SHELL=/bin/bash** to **/etc/profile**, rxvt and aterm will run bash automatically
**Usage**
~**. :** Period, Run commands from a file
~**# :** Comment / Remark
**Shell scripts**
start with:
#!/bin/sh
open xterminal (rxvt) and run console program (midnight commander)
xterm -e mc
Bash can process command lines in sophisticated ways, doing complex string substitution etc.
[[Shell Shells]]
[[Sh]]
[[Ash]]
[[AshCommands]]
[[Bash]]
[[BashQuickTips]]
[[BashDiff]]
Additions:
||{background:yellow}This is a list of the commands used in the [[Bash Bash shell]]. Puppy uses the [[Ash Ash shell]] up to v 1.0.2 which does not contain all of these commands. From version 1.0.3 (June 2005) these Bash commands are available.||
~**[[awk]] :** Find and Replace text within file(s)
~**[[awk]] :** Find and Replace text within file(s)
Deletions:
<table cellpadding="2" cellspacing="2" border="1"
style="text-align: left; width: 100%;" bgcolor=#ffffcc>
<tbody>
<td style="vertical-align: top;">
   This is a list of the commands used in the Bash shell. Puppy uses the Ash shell up to v 1.0.2 which does not contain all of these commands. From version 1.0.3 (June 2005) these Bash commands are available
</td>
</tbody>
""
~**awk :** Find and Replace text within file(s)
Additions:
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[CommandLine]]
Additions:
====An A-Z Index of the Linux BASH command line====