Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console does not recognise commands #2

Open
predatorlee opened this issue May 15, 2018 · 5 comments
Open

Console does not recognise commands #2

predatorlee opened this issue May 15, 2018 · 5 comments

Comments

@predatorlee
Copy link

I don't know if it's just me getting the issue with the gunzip and cat* The command is not recognised
I am just testing this out as a new developer. Any recommendations will be appreciated.

@noahbjohnson
Copy link

What OS/Shell are you running?

@predatorlee
Copy link
Author

Windows 10

@noahbjohnson
Copy link

noahbjohnson commented May 15, 2018

The gunzip command is used to unzip ".gz" files in Linux and MacOs (if configured). On Windows, I would recommend 7-Zip as an open source alternative for command line operations.
This article seems to be a pretty good guide to the command line tools for 7Z. (Just remember that the '7z' needs to be replaced with '7za' to make the commands work with Windows.

For combining the text files, I believe "type" works similar to cat for the Windows CMD. ie:
type *.txt > full_list.txt

@predatorlee
Copy link
Author

thank you.

@noahbjohnson
Copy link

No problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants