码迷,mamicode.com
首页 >  
搜索关键字:bash shell read    ( 57440个结果
erlang启动参数记录
不管在erlang的shell下还是脚本里,启动参数都是非常有用的,抽空儿整理下erlang的常用启动参数:+A size 异步线程池的线程数,范围为0~1024,默认为10+PNumber|legacy 最大进程数,范围为1024-134217727,默认为262144+K true | fa.....
分类:其他好文   时间:2014-05-23 03:14:03    阅读次数:629
SQL Server开启READ_COMMITTED_SNAPSHOT
--查询数据库状态select name,user_access,user_access_desc, snapshot_isolation_state,snapshot_isolation_state_desc, is_read_committed_snapshot_onfrom sys.dat.....
分类:数据库   时间:2014-05-22 16:48:03    阅读次数:340
获取终端下光标的位置
1 #!/bin/bash 2 #based on a script from http://invisible-island.net/xterm/xterm.faq.html 3 exec /dev/tty 8 # tput u7 > /dev/tty # when TERM=xt...
分类:其他好文   时间:2014-05-21 18:43:15    阅读次数:300
Bash String Manipulation Examples – Length, Substring, Find and Replace--reference
In bash shell, when you use a dollar sign followed by a variable name, shell expands the variable with its value. This feature of shell is called para...
分类:其他好文   时间:2014-05-21 18:32:32    阅读次数:332
[Erl_Question06]在Erlang shell怎么在目录A下编译目录B下的文件,并把生成文件统一放置目录C?
Erlang shell怎么在目录A下编译目录B下的文件,并把生成文件统一放置目录C?这里只集中讲在shell中实现哦
分类:其他好文   时间:2014-05-21 17:58:10    阅读次数:282
利用命令行删除Android系统自带应用的方法
利用shell命令快速删除系统自带应用的方法...
分类:移动开发   时间:2014-05-21 16:09:39    阅读次数:255
ubuntu下运行完整的JXTASHELL命令
ubuntu下运行完整的JXTASHELL命令...
分类:其他好文   时间:2014-05-21 15:54:45    阅读次数:377
LeetCode: Count and Say [037]
【题目】 The count-and-say sequence is the sequence of integers beginning as follows: 1, 11, 21, 1211, 111221, ... 1 is read off as "one 1" or 11. 11 is read off as "two 1s" or 21. 21 is read off as "one 2, then one 1" or 1211. Given an integer n, generate...
分类:其他好文   时间:2014-05-21 15:20:07    阅读次数:213
shell的内部命令和外部命令
shell命令分成内置命令和外部命令。 内置命令(builtin command) 是shell解释程序内建的,有shell直接执行,不需要派生新的进程。有一些内部命令可以用来改变当前的shell环境。 常见的内部命令有:.(点命令)、bg、cd、continue、echo、exec、exit、export、fg、jobs、pwd、read、return、set、shift、t...
分类:其他好文   时间:2014-05-21 13:33:24    阅读次数:213
unset : command not found问题解决
今天在登录系统的时候居然出现“unset:commandnotfound”这个东西,搞了好久,终于解决了。解决办法:检查/etc/profile和~/.bash_profile,原来在/etc/profile末尾多了一句“unsetMAILCHECK”,删除这句就行了
分类:其他好文   时间:2014-05-21 12:41:52    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!