Thread
:
[help] Xterm: How to save a command ?
View Single Post
Marlon
2010-08-10 , 11:43
Posts: 162 | Thanked: 52 times | Joined on Feb 2010
#
2
If you type 'exit' at the prompt it will be there next time. If you hit the X it won't.
If you want to save it as a command you could create it as a script and then open Term and type
./myscript
To be further helpful if you need it:
type out the command with "echo " in front. Eg,
echo /the/full/command/typed here >psx4m.script
Then type
chmod +x psx4m.script
So you can open a terminal and type
./psx4m.script
Last edited by Marlon; 2010-08-10 at
11:47
.
Quote & Reply
|
The Following 4 Users Say Thank You to Marlon For This Useful Post:
cddiede
,
cfh11
,
pelago
,
pillar
Marlon
View Public Profile
Find all posts by Marlon