for shell
years=(2018 2019)
days=(74 274)
for year in "${years[@]}"; do
for day in $(seq -w ${days[0]} ${days[1]}); do
echo $year
echo $day
done
donefor VARIABLE in 1 2 3 4 5 .. N
do
command1
command2
commandN
done$ for i in 1 2 3 4 5; do echo "counter: $i"; done#!/bin/bash
for i in 1 2 3 4 5; do
echo "counter: $i"
done$ for i in `grep -rli enabled=1`; do
sudo sed -i -e '$aclean_requirements_on_remove=1' $i;
done;
Also in C++:
- how to install voyager on existing project with dummy data
- how to install node in vs code
- git how to edit vendor
- change regolith terminal
- git commit and tag
- cut last field delimiter
- install flask in venv
- xampp the installer requires root privileges
- grep in all files
- git reset branch
- sudo doesnt work on windows
- awk output field separator
- bash delete first n characters of each line
- virtualbox ubuntu
- git remove file from repo that has been added to gitignore
- install graphene federation
- ionic install 3.19.0
- debian install nvidia driver
- join two files horizontally unix
- tigervnc install on centos 7 step by step
- yarn
- deploy vuejs heroku
- check all ruby version ubuntu
- laravel command not found after installing laravel mac