where do the newlines go?435 (3/6/2012 1:14:24 AM) comp.unix.shell bash-3.00$ nl=$'\n' bash-3.00$ cat printargs #!/bin/bash echo Number of arguments: $# for i in "$@"; do echo -n " "; done echo bash-3.00$ ./printargs $nl $nl $nl $nl $nl < 5 newlines + 1 from hitting enter Nu... lite.on.beta(15)
Help: Video Recording in Real Time250 (5/22/2012 9:18:46 AM) comp.unix.shell Hi all, I have an odd issues here when recording videos under Linux. I'm not sure if it's related w/ real time stuff but I'll put every details here. I just wrote a small shell script to record cameras video... openlinuxsource(112)
CP/M web browser1635 (5/27/2012 3:21:52 AM) comp.os.cpm Does any 1 know where to download a CP/M web browser that support Javascript?
... zhufeng(3)
Help with awk/sed string replacement.861 (5/30/2012 10:22:56 PM) comp.unix.shell What i am trying to accomplish is to build a bash file to run
I have a file that contains a coma delimited fields (package name, build number, uarch) Example below
package1, 1.1.0.24-0, noarch
package2, 1... MKruer(33)
Shell script to get identity value from db2 insert653 (6/19/2012 1:25:24 PM) comp.unix.shell
So the goal is to call an insert statement and then call "identity_val_local" to get the returned identity, but I am getting a syntax error with the following...
db2 "insert into customer (name .... ) valu... kfwolf(11)
SSH issue: how to make it run with a different shell1353 (6/24/2012 4:58:12 PM) comp.unix.shell CASE 1:
If I do: ssh user@host
it, of course, logs me into host using the user's default shell (in this
case, tcsh).
CASE 2:
When I do: ssh user@host big long command line
it does the equivalent of: tcs... gazelle3(1609)
FIG-Forth on CP/M2362 (7/9/2012 3:49:53 PM) comp.lang.forth Hello all,
First, let me say that I am brand new here, and I am looking for some assis=
tance with the (very) old FIG-Forth written for the 8080 microprocessor, an=
d distributed among computer hobbyists i... stephen.m.pereira.sr(8)
Bulk copy or bulk move462 (7/16/2012 3:45:52 PM) comp.unix.shell I need to port a large number of files from one directory to another, what is the simplest command or commands to accomplish this.
... divergent.tseries(40)
A strange issue when using wget on ssh remote host.8131 (7/27/2012 9:57:44 AM) comp.unix.shell Hi all,
I can use wget to download on my localhost with the following command:
------------
werner@debian:~$ wget -c http://registrationcenter-download.intel.com/
akdlm/irc_nas/2699/parallel_studio_xe_2... hongyi.zhao(486)