Difference between revisions of "Rename by Selection"

From scripting
Jump to: navigation, search
(Created page with " string $troops[] = `ls-sl`; for ( $jj = 0; $jj< size($troops) ; $jj++) { rename $troops[$jj] aab2N; } ''More information on strings and naming, read pages 28-37 in [htt...")
 
(No difference)

Latest revision as of 19:52, 24 April 2017

string $troops[] = `ls-sl`;
for ( $jj = 0; $jj< size($troops) ; $jj++) {
	rename $troops[$jj] aab2N;
}


More information on strings and naming, read pages 28-37 in YSYT.