Search Results

Search: Posts Made By: Corona688
2,170
Posted By Corona688
system() takes one parameter, not two or three or...
system() takes one parameter, not two or three or four.

You can't put quotes in quotes like that. If you must, escape them like \".

I repeat. By doing this "in perl", you are actually doing...
2,170
Posted By Corona688
That's not even how you declare a variable in...
That's not even how you declare a variable in shell... I think you mean, how do you *-globbing in perl.

foreach( </sys/block/emcpow*> )
{
system("blockdev --setra 16384 $_");
}

Just...
Showing results 1 to 2 of 2

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