First check that, Do you have Bash shell:
if you are windows user then goto any directory and then click right button and then select "GIT BASH here" and now you are ready to work.
and if you are linux user then by default you have bash shell, you do not need to worry about this.
Now come to the point:
create new shell by using:
>notepad urls.txt
>function test {
curl -so /dev/null -w "%{http_code}\t%{url_effective}\t%{redirect_url}\n" ${1}
}
test "http://google.com"
test "xyz"
.
.
.
.
.
.
.
.
.
and so on.
now save the file.
now run shell script file by
./urls.txt
Congrats you create it successfully.
if you are windows user then goto any directory and then click right button and then select "GIT BASH here" and now you are ready to work.
and if you are linux user then by default you have bash shell, you do not need to worry about this.
Now come to the point:
create new shell by using:
>notepad urls.txt
>function test {
curl -so /dev/null -w "%{http_code}\t%{url_effective}\t%{redirect_url}\n" ${1}
}
test "http://google.com"
test "xyz"
.
.
.
.
.
.
.
.
.
and so on.
now save the file.
now run shell script file by
./urls.txt
Congrats you create it successfully.
No comments:
Post a Comment