Sunday 24 June 2018

What is the cat command?

I was trying to set up jest to process data to coveralls and I saw the command 'cat'. What does it mean? What does it do? Where does it comes from? I can't find anything on this on google...https://ift.tt/2MT186j --config config.json --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" I assume it's something to pipe the data into the .info file? However I get an error whenever I include cat into the script. Currently I have:"scripts": {"cover": "jest && cat ./coverage/lcov.info" } Node throws an error saying the command cat is either wrong or unknown.

Submitted June 24, 2018 at 11:50AM by Fasyx

No comments:

Post a Comment