From ppunga at yahoo.com Tue Apr 8 17:51:46 2008 From: ppunga at yahoo.com (Eduardo Alvarez) Date: Tue, 8 Apr 2008 07:51:46 -0700 (PDT) Subject: question: jobcmd and interactive commands Message-ID: <627967.48784.qm@web32903.mail.mud.yahoo.com> Hello, everyone, I have the following in my .tcshrc: alias jobcmd 'echo -n "^[]2;\!#^G"' This works well for most applications. However, whenever I try to use an interactive command (eg: rm -i foo), the prompt requesting confirmation is not shown. Is there a way to fix this? Thank you for your time, Eduardo Alvarez ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. http://tc.deals.yahoo.com/tc/blockbuster/text5.com From aharrison at gmail.com Thu Apr 10 19:17:28 2008 From: aharrison at gmail.com (Andy Harrison) Date: Thu, 10 Apr 2008 12:17:28 -0400 Subject: question: jobcmd and interactive commands In-Reply-To: <627967.48784.qm@web32903.mail.mud.yahoo.com> References: <627967.48784.qm@web32903.mail.mud.yahoo.com> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Apr 8, 2008 at 10:51 AM, Eduardo Alvarez wrote: > > alias jobcmd 'echo -n "^[]2;\!#^G"' > Absolutely no idea if it's relevant, but I notice in the man page where that comes from, the semicolon is escaped... alias jobcmd 'echo -n "^[]2\;\!#^G"' - -- Andy Harrison public key: 0x67518262 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: http://getfiregpg.org iD8DBQFH/j2YNTm8fWdRgmIRAi+DAJ9ZgVC1y8y7padSdMdhCcsF1tS+4QCgrDau 8WaJ6YubAlvdNxj2Yl4v9EY= =W3uR -----END PGP SIGNATURE----- From christos at zoulas.com Thu Apr 10 22:12:49 2008 From: christos at zoulas.com (Christos Zoulas) Date: Thu, 10 Apr 2008 15:12:49 -0400 Subject: question: jobcmd and interactive commands In-Reply-To: <627967.48784.qm@web32903.mail.mud.yahoo.com> from Eduardo Alvarez (Apr 8, 7:51am) Message-ID: <20080410191250.041205654E@rebar.astron.com> On Apr 8, 7:51am, ppunga at yahoo.com (Eduardo Alvarez) wrote: -- Subject: question: jobcmd and interactive commands | Hello, everyone, | | I have the following in my .tcshrc: | | alias jobcmd 'echo -n "^[]2;\!#^G"' | | This works well for most applications. However, | whenever I try to use an interactive command (eg: rm | -i foo), the prompt requesting confirmation is not | shown. Is there a way to fix this? | What OS and version? [works on NetBSD] christos