top of page
Welcome to Blog by
Jatin Madaan
Search
Jatin Madaan
Apr 3, 20191 min read
170
Jatin Madaan
Feb 14, 20191 min read
240
Jatin Madaan
Feb 6, 20191 min read
Unix Command for different loops:
Until loop until [[ $flag > 1 ]] do [code] done
180
Jatin Madaan
Feb 6, 20191 min read
Unix Command to Create alias in bash profile
alias sr="cd /[path_to_folder]"
70
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...
130
Home: Blog
bottom of page