DEV Community

Discussion on: Five Linux commands that are very useful when requesting help

Collapse
 
zilti_500 profile image
Daniel Ziltener

I can also highly recommend termbin.com. It is a pastebin where you can post to using netcat, aka the nc command. Just pipe whatever output to it, for example: cat test.txt | nc termbin.com 9999 creates an entry on termbin.com with the contents of test.txt.

Unix is the operating system that power all Linux distributions!

And this is wrong. Linux is Unix-like, but it doesn't even implement the UNIX standard completely (unlike the BSD systems like FreeBSD). On top of that, ls is a Bash built-in, not a system built-in.

Collapse
 
wolfiton profile image
wolfiton • Edited

Thanks for your opinion please see the article in my comment.

But after I read this I think my affirmation is not a false one.

Please read unix.stackexchange.com/questions/4...