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

[EXTERNAL] Project net-cat: Remove confusing quotes #2824

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

sadiqui
Copy link
Contributor

@sadiqui sadiqui commented Dec 10, 2024

Remove confusing quotes:

  • "./TCPChat"
  • "./TCPChat" 2525 localhost
  • "./TCPChat 2525"

The first two commands are correct, but the third one will result in the error message no such file or directory. This happens because the shell interprets it as referring to a file literally named "./TCPChat 2525". The second and third commands are conflicting, enclosing both the executable name and its argument in a single set of quotes is not valid. For reference, please consult the audit file of the push-swap project, where quotes are used only to ensure that an entire sequence is treated as a single argument.

@HarryVasanth HarryVasanth merged commit e92dd65 into 01-edu:master Dec 13, 2024
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗂️ docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants