Im new in Linux command and trying to follow a tutorial to find matching string in csv in this tutorial https://github.com/maxharlow/tutorials/tree/master/find-connections-with-fuzzy-matching.
$ csvmatch \
forbes-billionaires.csv \
forbes-china-billionaires.csv \
--fields1 name \
--fields2 name \
> billionaires-from-china.csv
Im getting this error message:
-bash: billionaires-from-china.csv: Permission denied
What Im doing wrong?
sudoor change permissions of the current directory.