Unix and Linux Commands


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix and Linux Commands
# 1  
Old 11-14-2011
Unix and Linux Commands

Hi All
I have found that few basic commands in unix have the same syntax in linux as well. I need those commands which differ on Linux platform, with some more advanced options..
For example... awk, sed, tr ... and some more commands with advanced options. I am trying to search on the linux sites.

But help from your end will also be appreciated.
# 2  
Old 11-14-2011
There is some confusion here.

POSIX is a set of standards, one of the things it speaks to is the commands, options, and what the options mean.

So, if you go onto a POSIX-compliant box, all of the commands + options mentioned above behave identically. The boxes are free to have other options, if they want, for those same commands.

So your division into "UNIX" and "Linux" may not be a simple as you think. Plus, a lot of the GNU (GNU coretutils distribution) commands that come with Linux have the same base set of options, possibly with extras as well.

Your best bet is to go to Front Page | The Open Group, search for a command like tr and read the specs, then get a copy of the full documentation set from Coreutils - GNU core utilities -- compare based on that.

This is an odd enough endeavor to ask: is the homework?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

What is the best way to remember UNIX / Linux Commands?

Hi all, I'm new to UNIX world and new to this forum. As I observed there are lot of commands that needs to be remembered in UNIX programming. I'm into DevOps and can anyone please tell me what are all the important commands that are useful for DevOps Engineer. NOTE: Please correct me if my... (3 Replies)
Discussion started by: maxlink
3 Replies

2. What is on Your Mind?

Most deadly commands on Unix/Linux !!

lets list the most deadly commands on Unix/Linux and what they do.... > sudo rm -rf / (27 Replies)
Discussion started by: Rahulpict
27 Replies

3. Red Hat

Need Linux commands

Hi, Can you please get me the linux commands to find the below details. 1. Amount of buffers/cache used for RAM and Swap ( I think free -m command will provide the details.but not understandable. Please provide some info on how to check the amount of buffers/cache value etc.) 2. Number of... (1 Reply)
Discussion started by: uday123
1 Replies

4. UNIX for Dummies Questions & Answers

Name 10 commands every Linux and Unix admin should know

I'm working on further developing my Unix skills and I'm just curious what some of the experienced admins out there would consider to be 10 essential commands every admin should know. (12 Replies)
Discussion started by: Arkitech
12 Replies

5. Shell Programming and Scripting

Linux Commands

This is my first time using this forum. My question is simple. I need a book that has the commands code for Linux, if there is such a book, of course. Thank you (1 Reply)
Discussion started by: ropapi
1 Replies

6. News, Links, Events and Announcements

All Linux and Unix commands Links

http://www.computerhope.com/unix.htm http://www.linuxdevcenter.com/linux/cmd/ (0 Replies)
Discussion started by: devotedsinner
0 Replies

7. UNIX for Dummies Questions & Answers

unix commands in linux-red hat

hi, can i have a unix like environment where i can do things like chmod, shell scripts and etc.. in redhat instead of the GUI that redhat ofters? (4 Replies)
Discussion started by: yls177
4 Replies

8. UNIX for Dummies Questions & Answers

Maingrame to UNIX sending UNIX commands

I want to know if there is a way to send unix commands thru FTP from a mainframe to kick off Autosys Jobs. I just need to send a command from the mainframe to UNIX and have UNIX execute that command. (2 Replies)
Discussion started by: skammer
2 Replies
Login or Register to Ask a Question