Skip to content

jlprat/url-visitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

url-visitor

Small Bash script to check if the URL on a CSV exists or not

Usage

$>./url-visitor.sh /tmp/thefile.csv 20 > /tmp/thefile.post.csv

Where the first parameter is the file to process, and the second one is the number of the column where the URL is located.

Delimiter

You can also specify the type of delimiter used in the CSV by calling: $>./url-visitor.sh /tmp/thefile.csv 20 > /tmp/thefile.post.csv ','

Output

It will print on the standard output the new CSV with an extra column at the end stating if the url exists or not

About

Small Bash script to check if the URL on a CSV exists or not

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages