Search Results

Search: Posts Made By: sameworld1980
4,834
Posted By sameworld1980
problem accessing Multiple Variables from C Program to a Shell script
program name--test

#!/bin/bash

output1=`/home/user/a.c`
output2=`/home/user/a.c`

k=`$output1 + 1`

m=`$output2 + 1`

echo $k
echo $m
...
Showing results 1 to 1 of 1

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