Search Results

Search: Posts Made By: blckleprd
3,394
Posted By blckleprd
The problem with that is that if I try to do this...
The problem with that is that if I try to do this (which is what will end up happening):

#!/bin/sh

a1="Joe Bob Jane"
a2="Joe Bob Jack Jane Greg"
a3=${a2#$a1}
echo $a3


The output I get...
3,394
Posted By blckleprd
Comparing Arrays?
Is there anyway that I can compare two Arrays to see if any new strings have been added in them? eg:

Array 1: Joe Bob Jane
Array 2: Joe Bob Jane Greg

It would then output a new array with the...
54,571
Posted By blckleprd
That worked perfectly! Thanks!
That worked perfectly! Thanks!
54,571
Posted By blckleprd
I get an error: If it helps any, here's...
I get an error:


If it helps any, here's the usage:
54,571
Posted By blckleprd
Can ps just output the process name?
I'm trying to get the ps command to just output the name of the processes currently running, but I can't figure out a way to do it. I'm using OSX, so some UNIX features are crippled. Is there any way...
Showing results 1 to 5 of 5

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