Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I'm getting an error while assigning the proc any idea?
// Error: line 1: Cannot find procedure "new".
proc high()
{
string $sel[] = `ls -sl`;
int $sSize = size($sel);
string $suffix = "_High";
for($eo in $sel)
rename $eo ($eo + $suffix);
}
Solved! Go to Solution.