Quantcast
Channel: Frank Sun » SHELL
Viewing all articles
Browse latest Browse all 7

Error: [: = unary operator expected

$
0
0
# Remove all shared memory segmentipcs -m |\while read key shmid owner perms bytes nattch statusdo if [ $owner = $USER ] then echo -e “\t removing shared memory segment \”$shmid\”" 1>&2 ipcrm -m $shmid fidone Error: rmShm.sh: line 13: [: =: unary operator expected removing shared memory segment "55443496"rmShm.sh: line 13: [: =: unary Read More →

Viewing all articles
Browse latest Browse all 7

Trending Articles