https://github.com/jlprat/url-visitor
Small Bash script to check if the URL on a CSV exists or not
https://github.com/jlprat/url-visitor
bash script
Last synced: 4 months ago
JSON representation
Small Bash script to check if the URL on a CSV exists or not
- Host: GitHub
- URL: https://github.com/jlprat/url-visitor
- Owner: jlprat
- License: gpl-3.0
- Created: 2017-12-08T11:53:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T08:34:38.000Z (about 8 years ago)
- Last Synced: 2025-07-16T17:25:27.954Z (7 months ago)
- Topics: bash, script
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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