On Thu, Nov 24, 2011 at 10:01:00AM GMT, Sthu Deus wrote:
> Thank You for Your time and answer, Raf:
>
> >> I try to escaping saving double commands in shell command history.
> >
> >The subject is somewhat confusing - escaping in regards to shell
> >usually means s
Thank You for Your time and answer, Raf:
>> I try to escaping saving double commands in shell command history.
>
>The subject is somewhat confusing - escaping in regards to shell
>usually means something else :^)
Ahh. Seems alright to me. :o)
>> HISTCONTROL=ignoreboth
>
On Thu, Nov 24, 2011 at 05:54:27AM GMT, Sthu Deus wrote:
> Good time of the day.
G'day.
> I try to escaping saving double commands in shell command history.
The subject is somewhat confusing - escaping in regards to shell usually
means something else :^)
> env shows amon
Good time of the day.
I try to escaping saving double commands in shell command history.
env shows among other things:
SHELL=/bin/bash
HISTCONTROL=ignoreboth
as I understand, it should be enough to cease saving the already
had commands - but it is not so - the commands are saved still. What
Dino Vliet writes:
> I have two files with the same number of rows but different columns. I
> want to create one file out of them and am looking for a simple shell
> command or shell script to accomplish that.
man join
--
John Hasler
--
To UNSUBSCRIBE, email to debian-
Quoting Dino Vliet :
Hi debian people,
I have two files with the same number of rows but different columns.
I want to create one file out of them and am looking for a simple
shell command or shell script to accomplish that.
File 1 has N number of rows and columns X,Y,Z and File 2 has N
Quoting Dino Vliet :
Hi debian people,
I have two files with the same number of rows but different columns.
I want to create one file out of them and am looking for a simple
shell command or shell script to accomplish that.
File 1 has N number of rows and columns X,Y,Z and File 2 has N
On 04/03/2010 07:09 AM, Dino Vliet wrote:
Hi debian people,
I have two files with the same number of rows but different columns. I
want to create one file out of them and am looking for a simple shell
command or shell script to accomplish that.
File 1 has N number of rows and columns X,Y
Hi debian people,
I have two files with the same number of rows but different columns. I want to
create one file out of them and am looking for a simple shell command or shell
script to accomplish that.
File 1 has N number of rows and columns X,Y,Z and File 2 has N number of rows
and P,Q,R as
rodrigo writes:
> http://www.gnu.org/software/screen/
There is, of course, a Debian screen package. apt-get install screen
--
John Hasler
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
nohup, screen seems a bit more complex, my problem is very simple.
Thanks again.
--
Henrique G. Abreu
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Tue, 07 Nov 2006 13:22:54 -0600
Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote:
> Henrique G. Abreu wrote:
> > Thanks guys, it worked just great!
> >
>
> What? Nohup or screen?
>
> ?
>
>
I guess nohup I don't know if you can figure out screen that fast :)
[]s
rodrigo
--
==
Henrique G. Abreu wrote:
Thanks guys, it worked just great!
What? Nohup or screen?
?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Thanks guys, it worked just great!
On 11/7/06, Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
On Tue, Nov 07, 2006 at 03:04:56PM -0300, Henrique G. Abreu wrote:
> Hi,
>
> I'd like to run a command on bash console, and close the console
> (ssh for example), the command still runs, and then come
On Tue, Nov 07, 2006 at 03:04:56PM -0300, Henrique G. Abreu wrote:
> Hi,
>
> I'd like to run a command on bash console, and close the console
> (ssh for example), the command still runs, and then come back and see
> its results.
> How is that possible?
nohup might do it for you
A
signature.asc
On Tue, 7 Nov 2006 15:04:56 -0300
"Henrique G. Abreu" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'd like to run a command on bash console, and close the console
> (ssh for example), the command still runs, and then come back and see
> its results.
> How is that possible?
>
> Thanks,
>
check this ou
Hi,
I'd like to run a command on bash console, and close the console
(ssh for example), the command still runs, and then come back and see
its results.
How is that possible?
Thanks,
--
Henrique G. Abreu
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubs
Further Reading of The Fine Manual reveals that that way to quote $ in a
makefile is to say "$$":
test: testexec
for test in $(TESTS); do ./$$test ; done
I'm using CPPUnit (http://cppunit.sourceforge.net/cppunit-wiki) to make
unit tests for each class in my C++ program. I can say "mak
I'm using CPPUnit (http://cppunit.sourceforge.net/cppunit-wiki) to make
unit tests for each class in my C++ program. I can say "make test" to
have them all built and executed. The "testexec" target builds the unit
test executables without running them. I started with something like this:
TE
keypress on a numeric kepad. One of
the functions is to control mpd for MP3 playing, amongst others.
I DO NOT use X, which precludes things like hotkeys etc. Simply booting
an ncurses interface into one of the virtual terminals that would listen
for a keypress and then execute a shell command would d
virtual terminals that would listen
> for a keypress and then execute a shell command would do it, but I've
> searched high and low for such an thing but can't find it. I can get the
> keycodes from showkey, but that's about it. Maybe there's a way to do it
> in the ini
aying, amongst others.
I DO NOT use X, which precludes things like hotkeys etc. Simply booting
an ncurses interface into one of the virtual terminals that would listen
for a keypress and then execute a shell command would do it, but I've
searched high and low for such an thing but can'
I asked vim mailing list for how to document shell activity in
non-emacs-environment.
The answer was
$ script -a savefile
Control-D
$ col -b cleanedfile
$ vi cleanedfile
Color-ls needs to be disabled, too.
Now I can document shell activity without learning emacs.
So I have 2 app
On Fri, Mar 09, 2001 at 01:37:42PM -0800, Osamu Aoki wrote:
| Sorry, I am using different teminal this time. (windoze)
|
| > I also found that "export term=xterm" stops autocolor-ls to producing
| > escape sequences. Recorded text after this is printable.
|
| This may be bogus statement but sett
Sorry, I am using different teminal this time. (windoze)
> I also found that "export term=xterm" stops autocolor-ls to producing
> escape sequences. Recorded text after this is printable.
This may be bogus statemeent but setting term to proper mode shall stop
autocolor-ls to producing color. I
True. less -r is good one. (8 bit clean/damb, I use it for reading
Japanese too)
I also found that "export term=xterm" stops autocolor-ls to producing
escape sequences. Recorded text after this is printable.
Thanks.
Osamu
On Fri, Mar 09, 2001 at 08:07:37PM +, Colin Watson wrote:
> Osamu
Osamu Aoki <[EMAIL PROTECTED]> wrote:
>Nice thing about this is that this set terminal w/o color support so my
>aliased color "ls" can print without escape sequence. "script"
>suggested by others was good but it also recorded all these color escape
>sequences.
Try reading script's output file wit
Looks like emacs can do it. How about _vim_?
I got following messagei from Eric Hanchrow:
Osamu> I can use ... Control-U Meta-! in emacs to record shell
Osamu> output but they do not record shell prompt nor shell
Osamu> command itself.
"M-x shell" Runs a shell within Emacs. Everything yo
Osamu Aoki wrote:
> Hi folks,
>
> What is the best way to log shell command and their console output?
Try 'script' from the bsdutils package.
--
Mike Brownlowhttp://www.wsmake.org/~mike/
-
script
see man script
On Thu, Mar 08, 2001 at 11:42:40PM -0800, Osamu Aoki wrote:
> Hi folks,
>
> What is the best way to log shell command and their console output?
>
> I can use !! in vi and Control-U Meta-! in emacs to record shell output
> but they do not record shel
ls -la > outputToThisFileOverwritingExisting
ls -la >> outputToThisFileAppendingToExisting
- Original Message -
From: "Osamu Aoki" <[EMAIL PROTECTED]>
To:
Sent: Friday, March 09, 2001 6:42 PM
Subject: vi/emacs: Loging shell command and output
> - s
Hi folks,
What is the best way to log shell command and their console output?
I can use !! in vi and Control-U Meta-! in emacs to record shell output
but they do not record shell prompt nor shell command itself.
I know it is obvious to most of you but I am ignorant. If I can do
this, my
I'm having trouble with this between two debian machines. I am
not running PAM at all and have netstd 2.10-1 on one and 2.12-1
on the other. libc5 are 5.4.17-1 and 5.4.20-1 respectively.
I have (after some frustration with explicit entries, as well as
ALL: ALL) removed hosts.deny and hosts.allow
33 matches
Mail list logo