Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create enumerated folders termina

n=1;
max=50;
while [ "$n" -le "$max" ]; do
  mkdir "s$n"
  n=`expr "$n" + 1`;
done
Comment

PREVIOUS NEXT
Code Example
Shell :: add logged in user to local administrators group powershell site:www.reddit.com 
Shell :: ned red installation guide ubuntu 
Shell :: untar 
Shell :: remove MiniDLNA 
Shell :: sudo yum install rh-python38 
Shell :: zh-Hans publish 
Shell :: tab to csv command line 
Shell :: install react router dom 
Php :: magento 2 create admin user 
Php :: tinker lost colors 
Php :: error reporting in php 
Php :: codeigniter email print debugger 
Php :: disable laravel debugbar 
Php :: drupal 8 add message 
Php :: laravel return back with success 
Php :: laravel specified key was too long 
Php :: wordpress get theme uri 
Php :: php get user agent 
Php :: mac php ini file path 
Php :: laravel 6 link storage with public 
Php :: laravel show routes artisan 
Php :: get current datatime laravel 
Php :: carbon start of week minus one day 
Php :: pdo transaction 
Php :: laravel carbon time format AM PM 
Php :: laravel table data types 
Php :: force https with php 
Php :: php foreach first element 
Php :: get first key of array php 
Php :: php set content type pdf 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =