Hi Mike,
Looks like you downloaded the cygipc source code, not the binary. Note the -src in the filename, which explains why the filename you typed could not be found.
Regards, Dave.
Here is a GIF showing the error.
Try leaving out the ${}
eg.
tar -C / -xjf cygipc-1.14-1.tar.bz2
Regards, Dave.
Hi,
tar -C / -xjf cygipc-${1.14-1}.tar.bz2
I can't seem to get the above command to work.
error message:
bash: cygipc-${1.14-1).tar.bz2: bad substitution
Mike