由买买提看人间百态

topics

全部话题 - 话题: shell
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
i*****f
发帖数: 578
1
来自主题: Linux版 - 有人用ipython当shell用吗?
比直接拿python当shell(也是可能的)是要方便点。不过还是没真正的shell方便。比
如真正的shell至少不用quote文件名吧。
我assume你说的是ipython -p sh ??? 不过我还是很欣赏这个idea滴。
v*****r
发帖数: 1119
2
来自主题: Linux版 - 有人用ipython当shell用吗?
You can certainly customize interactive environments using what ever tools
like ipython or emacs. Emacs is more suitable to be used as as "shell" than
ipython as ipython is an add-on to python and relies on python being
installed and pretty much python specific.
Linux standard shells (bash, ksh etc..) are called shells for a reason:
first they are small in size (in kbs), second they are tightly integrated
with underlining Operation System and able to pipe small filter utilities
seamlessly togeth
c*****m
发帖数: 1160
3
Windows client, Ubuntu 12.4 server.
本用户在/etc/passwd里面设置的是 /bin/bash
在server上直接登录,或者在Windows client上用no machine登录,然后打开
terminal,都很正常,用到bash,而且在 .bashrc里面的设置都能应用(提示符是有颜
色的,且显示时间)。
在Windows client用putty登录,发现它没有执行 .bashrc里面的设置。(提示符没有
颜色)。这时候执行
$echo $SHELL
得到的还是 /bin/bash
如果我执行一下
/bin/bash
那么 .bashrc里面的设置正式跑起来了(提示符有颜色);这时候再 $echo $SHELL,
还是相同的 /bin/bash (这时候还是在putty remote connection中)
所以现在的问题是: 用 putty初登录时是什么shell?如果确实是bash,为什么没有执
行.bashrc,而要跑 /bin/bash 之后才执行?
q**1
发帖数: 193
4
来自主题: Programming版 - how to program a shell extension

mysql,
duno what you are talking about, but from your example 'extensions', they
obviously don't inherit *everything* from their shell. for example, type 'ls
' in mysql console will produce error instead of doing what it's supposed to
do under bash/tcsh/...
So, what do you really want? to make your own shell, or just add a console
in your application where you can do something like shell.. For the later
one, you may probably want to check 'VMD', a CompBiol software which has a
console that you
B********s
发帖数: 3610
5
来自主题: Programming版 - Linux shell编程的问题
正在试着实现一般简单的linux shell,目前正在处理I/O redirection和pipeline,基本
的想法是,比如这样一个命令行: command1|command2|command3, 由shell fork一个子
进程,使用exec函数调用'command1'命令,然后command1进程再fork一个子进程来调用
command2,同时建立一个pipe用于command1和command2的通信, ...... 这样就形成了
一个链状的进程体系,主进程(shell)是祖先,并且通过 waitpid(pid, NULL, 0)函数
等待其他进程结束然后继续(pid是第一次fork的返回值)。现在的问题是,各个
command的执行顺序比较混乱,比如执行 ls|sort,输出的结果是正确的,但是主进程在
结果显示之前就已经继续运行把命令行提示符显示出来了。还有,如果执行ls|sort;
who ,则who的结果会先显示出来,和执行who;ls|sort的结果一样。
请大牛帮我找找原因吧,说得比较乱,还请见谅。
b***y
发帖数: 2799
6
来自主题: Programming版 - [合集] Shell script problem?
☆─────────────────────────────────────☆
johny (猴年马月) 于 (Wed Aug 31 02:18:06 2005) 提到:
Environment: C Shell
A command will pop up a interactive menu to let user select one of the options
.
Assume the option is determined, how to wrap the command and the option into a
shell script that will run the command at one go without any input from users
?
Further problem: if the pop-up menu has a sub-menu, how to wrap the sub-menu
option together with the command into the shell script?
Thanks in advan
t****t
发帖数: 6806
7
来自主题: Programming版 - windows 7 下的C 和shell 编程软件
这个...虽然我也知道cygwin并不perfect,但是你连vi都搞不定, 我只好说你人笨怪刀
钝了...
VC6写写C可以, C++就算了
shell程序? windows的shell比unix/cygwin的差老远了.就算power shell也不行.
d*o
发帖数: 108
8
来自主题: Unix版 - shell programming
I have an Java application, say, called 'app1'. I want to write
a B shell script to invoke it. the reason to do that is to
record how many files 'app1' opened by useing 'lsof'. Problems:
1. how to record the output of 'lsof'?
(for example, if it is in Perl, I can do $output = `lsof`. what
is the counterpart in shell script?)
2. in the end of my shell script, I'll invoke the program 'app1'
by just say 'app1'. How can I use 'lsof' again _AFTER_ 'app1'
is running?
one way is to write like this:
app
p**v
发帖数: 853
9
bsh is just the Bourne shell which is normally called
the shell, and i know that bash should be Bournce Again
shell which is not available in my system(solaris). it is
said that bash is available to linux only and i do not know
if this is true nowadays.
q***e
发帖数: 90
10
来自主题: Unix版 - Korn shell script
you need to write a "awk" script if you could only
use shell. It could also be done with PERL.
actually, the sh script and PERL script will be almost
identical. But PERL may be easier(actually it depends whether
your are more familiar with shell or PERL).

Shell:
t*******u
发帖数: 10
11
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: tennispku (风中之雁), 信区: Linux
标 题: 在xemacs的*.el文件里面怎样调用shell command?
发信站: The unknown SPACE (Fri Sep 20 17:31:42 2002) WWW-POST
e.g.
(easy-menu-define
atlas-mode-menu atlas-mode-map
"Menu for `atlas-mode'."
'("ATLAS"
["Compile" shell-command ("c:/atlas/axl/adlc.exe")] <-- it doesn't work
["Run" ]
))
I attached the manual below. how do I specify "output-buffer"?
thanks!
----------------
`shell-command' (buffer: *Hyper Apropos*, mode: Hyper-Apropos)
Interact
w*******h
发帖数: 8
12
来自主题: Unix版 - 如何在perl中运行c-shell file?
现有一c-shell file, 它可以调用一个fortune程序, 但是每次只能执行一个输入纪录,得
到一个输出结果. 为了能让它执行多个纪录, 另外写一个脚本程序(use perl),做循环,每
遇到一个纪录九调用一次c-shell file, 处理这个纪录, 得到输出结果, 请问在perl中如
何调用c-shell file?
thanks in advanced
s******l
发帖数: 3
13
我现在有一个configuration file, 里面有一些参数以及注释.
shell acript要做的事就是读出这些参数, 利用这些参数再去做其他的事情.
我现在想到的做法是在shell script里call awk 来处理这个configuration file.
awk 把所有的参数用print的办法传递给shell script.
可是我怎么样才能把这些从awk传递过来的参数保存下来,以备后用呢?
或者有什么其他更好的解决办法么?
谢!
k**e
发帖数: 86
14
如果你的shell script 也是用awk实现的,就不会有问题.
还有一种方法是将你调用的AWK程序的返回值输出到shell script的输入, shell script
可以再读取这个输出值进行分解
X****r
发帖数: 3557
15
来自主题: Unix版 - how to change login shell?
first, .bashrc will not cause recursive probelm.
to change shell, use `chsh', however, only shells listed in /etc/shells
are allowed.
j***y
发帖数: 2074
16
来自主题: Unix版 - Shell script problem? (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: johny (猴年马月), 信区: Programming
标 题: Shell script problem?
发信站: BBS 未名空间站 (Wed Aug 31 02:18:06 2005)
Environment: C Shell
A command will pop up a interactive menu to let user select one of the options
.
Assume the option is determined, how to wrap the command and the option into a
shell script that will run the command at one go without any input from users
?
Further problem: if the pop-up menu has a sub-menu, how to wrap the sub-menu
option together with the comm
r*****e
发帖数: 792
17
【 以下文字转载自 Linux 讨论区 】
发信人: realife (leda), 信区: Linux
标 题: 怎么从script中把环境变量传回到当前shell中?
发信站: BBS 未名空间站 (Sat Feb 14 17:20:19 2009)
试了bash和tcsh,都不能把script中设置的变量值传回执行script的
shell中。比如a.sh是:
#!/bin/sh
SRC=/newpath/
export SRC
然后,在shell中执行a.sh,
echo $SRC, 得到的并不是在script中设的值啊?
谢谢
c*****t
发帖数: 1879
18

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
这个当然,child process 是不能 set parent process 的 environment.
都得用 source 。source 是这些 shell 的内部指令,不会执行新的 process
(单单执行一个 shell script 的话都是在 child process 里)。其目的就是
设置当前 shell 的 environmental variable,alias 等等。
我建议你找本 Unix nutshell 的书好好看看。你这样很浪费时间的。
s*****t
发帖数: 1994
19
The Outer Shells of Centaurus A
Credit: E. Peng and H. Ford (JHU), K. Freeman (ANU), R. White (STScI), CTIO, NOAO,
NSF
Explanation: What causes the surrounding shells in peculiar galaxy Cen A? Last month a
fascinating image of peculiar galaxy Centaurus A was released, processed to highlight a faint
blue arc indicating an ongoing collision with a smaller galaxy. Another interesting feature of
Cen A, however, is the surrounding system of shells, better visible here in
g***y
发帖数: 4784
20
前几天有人问Ag nano-particle,这里有一篇Nano letters ASAP
Nano Lett., ASAP Article 10.1021/nl070268p S1530-6984(07)00268-8
Web Release Date: April 3, 2007
Copyright © 2007 American Chemical Society
Facile Electrochemical Characterization of Core/Shell Nanoparticles. Ag Core
/Ag2O Shell Structures
Jalal Ghilane, Fu-Ren F. Fan, and Allen J. Bard*
Department of Chemistry and Biochemistry, The University of Texas at Austin,
Austin, Texas 78712
Nicholas Dunwoody
NUCRYST Pharmaceuticals Inc., Wakefield, Mass
v*****t
发帖数: 1128
21
做shell会紫外红移15?那只能说明你的温度有点高或者是时间有点长,CdSe核的尺寸
又增长了。
你要看你的shell有多厚,你还是比较加壳前后的尺寸大小,紫外看不出来
合成对无水无氧的要求不是很高,至少我没有用油泵抽真空除氧出水,直接就用氩气先
在装置里面吹了半个到1个小时左右,然后开始加温。
做CdSe的反应时间根据你想要的大小,加ZnS文献上面报道好像要几个小时,不过我从
来都在半小时之内搞定,因为我感觉壳过于厚好像荧光也不是很强
CdSe放置 一段时间也可以做shell,不过保存要好,防止氧化。
l*****e
发帖数: 38
22
投诉人(ID):
laybare
投诉对象及职务(限版主):
Shell /Parenting 版主
投诉标题:
Shell 超过三十天不上站该被罢免
投诉目标(更改处理决定/更改板规/弹劾板主...):
弹劾版主,罢免其职位
投诉理由及证据:
第一:30天不登录违反站规 (上次登录3/20/2015)
第二:制定奇葩不鼓励灌水版规
(参考父母版管理:本版不鼓励灌水,不鼓励各种形式的隐性的和显性的BSO,比如神童
贴,不鼓
励各种形式的推爸推妈行为。)
第三:不打理版面 (未见其马克任何文章,不举行活动,不整理精华区)
h**r
发帖数: 8078
23
请看本版置顶文《版主弹劾管理办法》
http://www.mitbbs.com/article_t2/Complain/31298005.html
一、可弹劾标准
2.版主长期不作为,包括清水、组织活动、调解版面矛盾,可弹劾
注解:
2、【长期不作为】:一个月以内无作为可视为长期不作为
请出示shell 3/20/2015-4/20/2015 期间版务操作的证据。
否则,shell符合“可弹劾标准” 第二条“版主长期不作为”。
l*****e
发帖数: 38
24
投诉人(ID):
laybare
投诉对象及职务(限版主):
Shell ----Parenting 版主
投诉标题:
指鹿为马颠倒黑白还意图只手遮天
投诉目标(更改处理决定/更改板规/弹劾板主...):
弹劾罢免不负责人的shell版主之职
投诉理由及证据:
长达一个月不上站,看到我投诉,即上站,而且还装作什么都没发生一样,让自己的喽
罗说我的截图
是假的,ps的。最为发指的是竟然还说图上显示的是在线的意思,就算我的截图显示的
是在4月21日,
上次上站是3月20日。第一次见这么秀下线的,这样的版主是在给未明增光吗?
照片上都有链接,不懂的就去看看,别在出来打shell的脸了,我都不忍心看。
w*******y
发帖数: 60932
25
Dicks Sporting Goods has Federal Target Loads shotgun shells on sale for $5
for a box of 25 shells. This is for both 12 GA and 20 GA. Pretty rare to
find shotgun shells cheaper than this now a days. Link below for their
online listing of the item. Great for breaking some birds at the Skeet or
Trap range, especially if you don't reload your own ammo.
Link:
http://dickssportinggoods.shoplocal.com/DSG/default.aspx?action
s*****t
发帖数: 1994
26
The Outer Shells of Centaurus A
Credit: E. Peng and H. Ford (JHU), K. Freeman (ANU), R. White (STScI), CTIO, NOAO,
NSF
Explanation: What causes the surrounding shells in peculiar galaxy Cen A? Last month a
fascinating image of peculiar galaxy Centaurus A was released, processed to highlight a faint
blue arc indicating an ongoing collision with a smaller galaxy. Another interesting feature of
Cen A, however, is the surrounding system of shells, better visible here in
a**********m
发帖数: 4280
27
【 以下文字转载自 Windows 讨论区 】
发信人: authenticsam (愛的刻骨 唱的淒美 西海情歌 刀郎无敌!), 信区: Windows
标 题: windows 8 + classic shell很好用啊
发信站: BBS 未名空间站 (Wed Mar 13 20:52:42 2013, 美东)
比windows 7强很多, 快很多, 感觉比较爽, 为啥这么多恨windows 8的?不喜欢
metro 就用classic shell好了,
总之, windows 8对windows 7也是一个很大进步,
a**********m
发帖数: 4280
28
【 以下文字转载自 Windows 讨论区 】
发信人: authenticsam (愛的刻骨 唱的淒美 西海情歌 刀郎无敌!), 信区: Windows
标 题: windows 8 + classic shell很好用啊
发信站: BBS 未名空间站 (Wed Mar 13 20:52:42 2013, 美东)
比windows 7强很多, 快很多, 感觉比较爽, 为啥这么多恨windows 8的?不喜欢
metro 就用classic shell好了,
总之, windows 8对windows 7也是一个很大进步,
J**S
发帖数: 25790
29
shell/ chevron大概$2.89/G, 而EXXON/ACRO/SAFEWAY才$2.49/G。
差了差不多15%。 为什么shell/ chevron要贵那么多?
a******9
发帖数: 20431
30
不一定就是shell和chevron贵 应该跟牌子无关 我这里同样两个shell的加油站 差个一
mile就差几毛钱很正常
Y********e
发帖数: 2445
31
来自主题: Automobile版 - Shell加油站的洗车还不错
分特!也是Shell的洗车?我倒。明天去告Shell歧视。
s**********d
发帖数: 36899
32
来自主题: Automobile版 - Shell加油站的洗车还不错

shell出油不洗车。洗车是加盟店自己弄的,跟shell没关系。
g******g
发帖数: 498
33
来自主题: Automobile版 - BP,Shell,Exxon的油哪个好?
Shell 价格高点但质量好。我的00尼桑用其他油,service engine light 会亮,用
shell不到邮箱一半,service engine 就不良了。还有好像mileage也不错,虽然贵点
,也认了
s*******h
发帖数: 565
34
来自主题: Automobile版 - BP,Shell,Exxon的油哪个好?
只比较过Shell和Costco
Shell的一箱油明显比Costco的跑得远
MPG能高2-3个迈
m**********e
发帖数: 12525
35
汽油差别主要来自酒精含量多少
比如shell自称不超过10%,BP是不超过30%,酒精由于受联邦政府补贴,
比汽油便宜很多,所以烂油都添加很多的酒精来节省成本
由于汽油发动机的点火提前角是准对汽油设计的,酒精含量多了会影响ignition
timing,导致点火不正常,当然这具体也看什么车,有的车的ecu能自动调节,有
的却不能,一般比较老的车觉得shell好,比较新的车就没啥区别。这都是因为
ignition timing的调节能力。
当然,酒精的燃烧热也比汽油少,只有汽油的60%左右。
b*******n
发帖数: 8420
36
感觉BP的油确实不如shell给力。
加酒精的话,有的加油站会在油泵上标明。同样是shell,掺酒精的汽油不如不掺酒精
的耐用。
t****3
发帖数: 2337
37
一直加shell,11年了,而且基本local,从来没有过积碳, 还是老美同事推荐的,他
的车20年了,引擎拆开后还很干净。shell 很纯, 93 本身有强力清理添加剂。
t******3
发帖数: 805
38
来自主题: Automobile版 - Shell的油好像真的比exxon的油好啊~~
如题,以前我都是加exxon的油,这次换了一次shell的油,感觉踩油门的时候轻了很多
。。。是不是因为shell有V-power?差距这么大啊?以前都没感觉出来呢~~
恩,感慨完毕
g****s
发帖数: 1755
39
来自主题: Automobile版 - Shell的油好像真的比exxon的油好啊~~
我用同样的满箱油跑同样的路段,BP的油比Shell少跑了70Miles,这个差距还是很让我
郁闷的。
最初以为是天气呀路况啊影响,后来特意用Cruise分别跑了两次,一个周末往返
1000Miles,去时用BP回来时用Shell,还是差了70个Miles。
如此试了两次之后宁可加杂牌的油也不加BP的,除非油箱报警了而附近只有BP。
d***s
发帖数: 7683
40
来自主题: Automobile版 - Shell的油好像真的比exxon的油好啊~~
油质这个事儿到现在也没看到一个专业科学的评测.可能因为变量太多,没法测.
我的经验: 油质跟油价比例相当. Shell比Hess贵5%,好像确实是能多开5%.
结论:市场上所有的油性价比差异<1%,不操心了.
提问: 哪里能买到95折油卡?要shell的.
j*****e
发帖数: 11116
41
来自主题: Automobile版 - shell的油是好
好不好我不知道,反正mpg值确实比其他家高,我的车加89的,昨天加的shell的,开音
响,开窗户,不开空调,空载,highway 60-65速度,一次刹车都不踩,可以上到27(
not瞬间值),稍微踩踩刹车25左右,exxon/bp/sunoco的我印象中(纯高速,关窗口,
开音响)也就是23左右最好了。而且这车的spec上高速也就是21-22mpg左右。
假设其他油是4块钱/g,跑23.5,如果shell贵3毛钱,4.3/g,跑25,那么每mile的花费
是一样的。
不过跑local就可能没必要,反正不堵车18左右,嘟嘟车等等人瞬间降到14……
M********y
发帖数: 1964
42
来自主题: Automobile版 - shell的油是好
sam's 怎么样,比shell硬生生便宜5毛钱。我小破车混着跑,
上次加的shell跑了24~25,下次看看sam's跑多少
z****8
发帖数: 5023
43
来自主题: Automobile版 - shell的油是好
我们这4块 如果sam's 3.5
40块 就是10加仑shell 11.5左右的sam's
算shell 25mpg sam's 22
shall 250mile sam's 253mile
何况油品有差 一般也就差1-2mpg
y****1
发帖数: 213
44
来自主题: Automobile版 - shell的油是好
刚开9小时长途,去是exoon,回来一半shell,一半mobil,发现回来是省油,不知是
shell好还是mobil好
y****1
发帖数: 213
45
来自主题: Automobile版 - shell的油是好
刚开9小时长途,去是exoon,回来一半shell,一半mobil,发现回来是省油,不知是
shell好还是mobil好
n***o
发帖数: 629
46
来自主题: Automobile版 - BP/SHELL/Exxon哪家的油质量更好?
为什么在nj,显示bp的mpg最高。。shell略高于exxon,但是shell最贵
S***I
发帖数: 2737
47
来自主题: Automobile版 - Shell和Cheveron的油有啥区别么
Shell, Chevron, Mobile/exxon 都是好油,个人感觉各款Shell对德车比较适用,
milage也好。德国车尽量避免sunnco,里面的添加剂听说有导致引擎check灯亮的例子。
g*****e
发帖数: 766
48
来自主题: Automobile版 - Shell和Cheveron的油有啥区别么
我的个人感觉一直是shell的油比较有力

shell
N******o
发帖数: 3053
49
来自主题: Automobile版 - Shell和Cheveron的油有啥区别么
我和你的经验一样。回家路上有一个Shell,每次在Shell加油后,那种感觉就好象春天
时候脱掉了一冬天的秋裤那种轻快的感觉。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)