Horje
create enumerated folders termina Code Example
create enumerated folders termina
n=1;
max=50;
while [ "$n" -le "$max" ]; do
  mkdir "s$n"
  n=`expr "$n" + 1`;
done




Shell

Related
winmerge command line generate report Code Example winmerge command line generate report Code Example
présentation release application engineer Code Example présentation release application engineer Code Example
Failed at the node-sass@4.13.1 postinstall script. Code Example Failed at the [email protected] postinstall script. Code Example
boost filesystem create directory Code Example boost filesystem create directory Code Example
disable monitor on boot linux Code Example disable monitor on boot linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11