Search Results

Search: Posts Made By: AcerAspirant
2,868
Posted By AcerAspirant
Passing error message back to script
I have one script that calls another script during execution. The other script does some processing, then either returns with exit 0 (if successful), or exits with error code numbers (if failed)....
4,643
Posted By AcerAspirant
Grep: Searching with a regex that contains a variable from an array
I'm attempting to grep for lines formatted like this:

["Item","foo",

Where whatever goes in the place of foo is from an array named stuff. The command I have here an example is:

grep -e...
6,565
Posted By AcerAspirant
That script is really just a reduced and...
That script is really just a reduced and obfuscated equivalent to what my full script is doing- it's building each part of that command piece by piece, including the parameter list, which is parsed...
6,565
Posted By AcerAspirant
Bash- Command run from script does not pass full parameters with spaces inside
There's a JavaScript file that I call from command line (there's a framework) like so:

./RunDiag.js param1:'string one here' param2:'string two here'

I have a shell script where I invoke the...
Forum: Programming 05-05-2009
4,926
Posted By AcerAspirant
Creating a basic UNIX shell script for chatting
Hey guys,

This is quite simply what I'm trying to make:

A program that runs in a UNIX terminal that you can output text messages to from another machine. These text messages would be prepended...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 12:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy