- 浏览: 613155 次
- 性别:
- 来自: 上海
文章分类
最新评论
-
月光杯:
问题解决了吗?
Exceptions in HDFS -
iostreamin:
神,好厉害,这是我找到的唯一可以ac的Java代码,厉害。
[leetcode] word ladder II -
standalone:
One answer I agree with:引用Whene ...
How many string objects are created? -
DiaoCow:
不错!,一开始对这些确实容易犯迷糊
erlang中的冒号 分号 和 句号 -
standalone:
Exception in thread "main& ...
one java interview question
Operating System/Shell Scripting
echo $SHELL
|
Operating System/Shell Scripting
./process-name &
|
Operating System/Shell Scripting
$1, $2 and so on. $0 is your script name.
|
Operating System/Shell Scripting
if then ?fi
|
Operating System/Shell Scripting
-eq, -ne, -lt, -le, -gt, -ge
|
Operating System/Shell Scripting
-s filename tells you if the file is not empty, -f
file...
|
Operating System/Shell Scripting
! tests for logical not, -a tests for logical and, and
...
|
Operating System/Shell Scripting
$#
|
Operating System/Shell Scripting
if then elif fi
|
Operating System/Shell Scripting
for in do done
|
发表评论
-
一个命令创建多个目录
2013-06-13 12:36 920可能我太土了,才发现下面这个命令! mkdir -p src ... -
use "--links" option of rsync
2013-05-23 10:45 761Today I used rsync to copy some ... -
Makefile tutorial
2013-01-07 14:30 938Old but good. http://www.codep ... -
crontab定期执行命令详解,以及实例
2012-12-18 17:29 958使用时可以参考这个博客: http://blog.51yip ... -
vim tips
2012-07-04 13:59 976I read some articles about vim ... -
cvs不能更新文件的权限
2012-06-28 13:07 1107一个project用到了古老的cvs管理源代码。 一个文件我c ... -
GNU Make Variables: simple and recursive
2012-04-19 14:17 1066今天有时间看了一下teammate写的makefile,学习了 ... -
How do I find the largest top 10 files in linux?
2012-04-06 15:24 1154http://www.cyberciti.biz/faq/ho ... -
xargs usage with multi arguments
2011-11-30 12:24 639http://offbytwo.com/2011/06/26/ ... -
how to explain free buffers and cached memory usage
2011-07-18 11:57 1291free -m tota ... -
Pro Git Tips
2011-07-14 17:53 10811. git init Create a new repo ... -
"error in locking authority file .Xauthority
2011-01-11 11:34 2895今天在windows上vncviewer连linux机器的时候 ... -
raid 0 vs. raid1
2010-12-30 10:20 1385RAID 0 (block-level striping ... -
hwo to configure linux vncserver
2010-12-24 14:10 865http://bobpeers.com/linux/vnc -
set cpu performance mode
2010-11-15 14:38 1898A cheap/dirty little hack to in ... -
Ten Amazing Linux Commands
2010-11-08 22:42 918sudo !! 以 root 帐户执行上一条命令。 ... -
awk code
2010-10-26 17:53 950netstat -n | awk '/^tcp/ {++S ... -
Queue sysfs files
2010-07-28 13:50 1078Based on kernel version 2.6.34. ... -
Install blktrace
2010-07-27 13:15 1453I use libaio-0.3.106.tar.gz and ... -
awk使用实例
2010-02-09 15:47 2092awk使用实例(转载) 2009-08-25 16:41 ...
相关推荐
Linux Shell Scripting Cookbook(3rd) 英文mobi 第3版 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
A compendium of shell scripting recipes that can immediately be used, adjusted, and applied, The shell is the primary way of communicating with the Unix and Linux systems, providing a direct way to ...
Shell scripting is a quick method to prototype a complex application or a problem by automating tasks when working on Linux-based systems. Using both simple one-line commands and command sequences ...
Learn shell scripting to solve complex shell-related problems and to efficiently automate your day-to-day tasks About This Book Familiarize yourself with the terminal by learning about powerful shell...
《Linux Shell Scripting Cookbook》是一本针对Linux Shell脚本编程的实践指南,包含了110多个实用的配方,旨在解决现实世界中的Shell脚本问题。这本书适合新手入门,并且通过大量的实例和简单易懂的讲解方式,帮助...
Shell scripting is a quick method to prototype a complex application or a problem by automating tasks when working on Linux-based systems. Using both simple one-line commands and command sequences ...
Shell scripting is a quick method to prototype a complex application or a problem by automating tasks when working on Linux-based systems. Using both simple one-line commands and command sequences ...
Shell scripting is a quick method to prototype a complex application or a problem by automating tasks when working on Linux-based systems. Using both simple one-line commands and command sequences ...
本书《Shell Scripting: Expert Recipes for Linux, Bash, and More》详细介绍了Shell脚本的基础知识和高级技巧,涵盖了从基础到系统管理和国际化等多方面的内容。 首先,书中介绍了Unix、GNU和Linux的历史(第1章...
### Unix Oracle Shell Scripting #### 引言 本文旨在为读者提供一个在Oracle环境中进行Unix Shell脚本编写的起点。为了实现这一目标,本文被分为两个主要部分:“构建基础”和“实践示例”。其中,“构建基础”...
Linux Shell Scripting Cookbook - Third Edition by Clif Flynt English | 29 May 2017 | ASIN: B01N80F75Z | 552 Pages | AZW3 | 1.36 MB Do amazing things with the shell About This Book Become an expert ...