top of page

Welcome to Blog by
Jatin Madaan
Search

Jatin Madaan
Apr 3, 20191 min read
23
0

Jatin Madaan
Feb 14, 20191 min read
26
0

Jatin Madaan
Feb 6, 20191 min read
Unix Command for different loops:
Until loop until [[ $flag > 1 ]] do [code] done
20
0

Jatin Madaan
Feb 6, 20191 min read
Unix Command to Create alias in bash profile
alias sr="cd /[path_to_folder]"
7
0

Jatin Madaan
Feb 6, 20191 min read
Unix Command to get date's value between date range given.
Defining dates : it can be in any format as we are converting this in seconds . start_date=$(date -d "2019-01-01" +%s); end_date=$(date...
13
0
Home: Blog
bottom of page