bash最新書籤
Justin Bieber Bottle Bash Game 
Justin Bieber Bottle Bash Game 
kafechew 收藏於 2011/04/21
Justin Bieber is about to bombard us with more of his horrendous music. Throw water bottles at him to keep him from polluting the airwaves.
Use mouse to throw bottles 繼續閱讀...
Use mouse to throw bottles 繼續閱讀
分類:遊戲
撰寫 Bash script 需考慮錯誤處理情況 (利用 $? 特殊參數) 
撰寫 Bash script 需考慮錯誤處理情況 (利用 $? 特殊參數) 
撰寫 Bash script 需考慮錯誤處理情況 (利用 $? 特殊參數)
我們最近有台 Linux 發生一些異常情況,導致硬碟幾乎快被 Log 填滿了,仔細分析之後才發現原來是因為我們之前寫的一支 Bash Script 並沒有正常執行,導致作業無法完成,所以有一段時間沒有做 Log 壓縮的處理。 ...
我們最近有台 Linux 發生一些異常情況,導致硬碟幾乎快被 Log 填滿了,仔細分析之後才發現原來是因為我們之前寫的一支 Bash Script 並沒有正常執行,導致作業無法完成,所以有一段時間沒有做 Log 壓縮的處理。
分類:軟體
在 Linux 下的 Bash 如何取得「昨天」的日期格式字串 
在 Linux 下的 Bash 如何取得「昨天」的日期格式字串 
在 Linux 下的 Bash 如何取得「昨天」的日期格式字串
最近發現原來 date 指令還有一個很棒的用法,要找到昨天的日期原來有這麼好用的方法! ...
最近發現原來 date 指令還有一個很棒的用法,要找到昨天的日期原來有這麼好用的方法!
分類:軟體
Advanced Bash-Scripting Guide 
Advanced Bash-Scripting Guide 
CrazyLion 收藏於 2008/05/17
This tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little snippets of UNIX® wisdom and lore. It serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques. The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
This book is suitable for classroom use as a general introduction to programming concepts.
分類:其他
Access to command line history in BASH 
Access to command line history in BASH 
鳥達 收藏於 2007/10/14
bind '"\e[A"':history-search-backward bind '"\e[B"':history-search-forward
分類:軟體
Coder Who Says Py: Anyone know how to get SSH/BASH to use your login environment for remote commands 
Coder Who Says Py: Anyone know how to get SSH/BASH to use your login environment for remote commands 
鳥達 收藏於 2007/10/14
Bash only sources the .profile (or .bash_profile) for interactive logins. Your .bashrc file is sourced for non-interactive logins.
What I usually do with bash is I make my .bash_profile source .bashrc, and then I setup my environment in the .bashrc and put things like aliases, prompt settings, etc in the .bash_profile.
分類:軟體
Download Queue (DQ) v0.1b - Jason W Hutchinson.com 
Download Queue (DQ) v0.1b - Jason W Hutchinson.com 
笨蛋小傑西 收藏於 2007/10/06
As is often the case, the idea for this program came from a need. I needed a command line download manager. I wanted it to be lightweight, I wanted it to be quick and easy to use, and above all I wanted it to work with plain text (a notion inspired by the wonderfully useful todo.txt, by Gina Trapani and contributors).
分類:軟體
Bash tutorial | Programming tutorials 
Bash tutorial | Programming tutorials 
yoren 收藏於 2007/07/12
分類:其他
Linux.com | Turn Vim into a bash IDE 
Linux.com | Turn Vim into a bash IDE 
elleryq 收藏於 2007/06/12
By itself, Vim is one of the best editors for shell scripting. With a little tweaking, however, you can turn Vim into a full-fledged IDE for writing scripts. You could do it yourself, or you can just install Fritz Mehner's Bash Support plugin.
To install Bash Support, download the zip archive, copy it to your ~/.vim directory, and unzip the archive. You'll also want to edit your ~/.vimrc to include a few personal details; open the file and add these three lines:
let g:BASH_AuthorName = 'Your Name'
let g:BASH_Email = 'my@email.com'
let g:BASH_Company = 'Company Name'
These variables will be used to fill in some headers for your projects, as we'll see below.
The Bash Support plugin works in the Vim GUI (gVim) and text mode Vim. It's a little easier to use in the GUI, and Bash Support doesn't implement most of its menu functions in Vim's text mode, so you might want to stick with gVim when scripting.
When Bash Support is installed, gVim will include a new menu, appropriately titled Bash. This puts all of the Bash Support functions right at your fingertips (or mouse button, if you prefer). Let's walk through some of the features, and see how Bash Support can make Bash scripting a breeze.




標籤:


標籤:








群組:


訂閱