Skip to content

LuisSevillano/bash-processing-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Search for a term within a csv

A bash script that makes you easy to search by a concrete term within a csv file and write a new one with the results of the search. The script needs three parameters

./search.sh [future-folder-name] [search-term] [search-column] [file]

To search and filter for all the airports/heliports in California fom this airports.csv.

./search.sh EEUU US-CA 10 airports.csv

Don't forget to set execution permissions on that file with chmod +x ./search.sh

About

Bash script to filter a csv

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages