In Search of a Command


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers In Search of a Command
# 1  
Old 08-10-2001
Question In Search of a Command

Hello,

There is a command out there that gives back info on your system; e.g. PentiumIII, etc.

I came across it a while back, but cannot find it now.

Does anyone know what that command is?

Thanks,

Radimus
# 2  
Old 08-10-2001
uname -X

Last edited by Optimus_P; 08-10-2001 at 11:49 AM..
# 3  
Old 08-10-2001
I don't know what you're system you're using, but I'm on Mandrake, and the 'x' switch is invalid for uname. You might try uname -a but I doubt that will give you all the info you are looking for. I would try in your /proc directory. That holds all system info at least on this system. I don't know where that info is kept on other setups... I know HP-UX doesn't have the proc directory...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Multiple search in one command

I have a multiple csv files which have different network time. The files are in sequance, The Files Look like.. csv 1 network time 1348177401922972 1348177401949917 1348177401959150 1348177401964104 1348177401964258 1348177401964289 1348177401969053 1348177401970286 1348177401971174... (1 Reply)
Discussion started by: rakesh_arxmind
1 Replies

2. Shell Programming and Scripting

Search several string and convert into a single line for each search string using awk command AIX?.

I need to search the file using strings "Request Type" , " Request Method" , "Response Type" and by using result set find the xml tags and convert into a single line?. below are the scenarios. Cat test Nov 10, 2012 5:17:53 AM INFO: Request Type Line 1.... (5 Replies)
Discussion started by: laknar
5 Replies

3. Shell Programming and Scripting

vim command for a search

how can i search each line for ROCT and ROCT1.ROCT1 will be always 1 line after ROCT. Both the patterns will be found at the end of the line (in alternate lines) <pattern file> (rising edge-triggered flip-flop clocked by ROCT) Endpoint:... (2 Replies)
Discussion started by: dll_fpga
2 Replies

4. UNIX for Dummies Questions & Answers

Search and replace command

Hi, I wanted to replace the character '~' with \n (carraige retrurn or new line character) I am tried the commands like s/~/\n/g s/~//\n/g but the commands says that no "No match exists for the substitute pattern". (7 Replies)
Discussion started by: atlantis_yy
7 Replies

5. UNIX for Dummies Questions & Answers

command to search in file

Hi I want to search in file such that suppose file A which has keyword # Query_time: 12.080983 Query_time: 5.233292 Query_time: 5.298892 Any command to search top 10 Query_time (5 Replies)
Discussion started by: kaushik02018
5 Replies

6. UNIX for Dummies Questions & Answers

Search in command history

Hi Guys, This one is, seemingly, a very simple question. I am on HPUX1572. The shell used is ksh. I used to locate a command using esc-K '/' followed by a few letters of the command. I tried to search my command history using ESC-K, it works fine. But the old trick of esp+K '/' doesnt... (0 Replies)
Discussion started by: n_rajitr
0 Replies

7. Shell Programming and Scripting

Command to search for a file

Hi, I am new to unix.Can you please tell me whether there is any command to search for a file in all the directories... and also i want to search for an expression in all the directories. Thanks in advance. Regards, Harika Mamidala (3 Replies)
Discussion started by: harikamamidala
3 Replies

8. Solaris

passwd command search

Hi. When i execute which passwdit is showing /usr/bin/passwd, eventhough i set my path as PATH=/etc:$PATH i just checked the permission for the passwd under /usr/bin -r-sr-sr-x what exactly happening? and what is that s signifies Thanks. (5 Replies)
Discussion started by: shahnazurs
5 Replies

9. UNIX for Dummies Questions & Answers

Search command on vi editor

Hi all, Here is an example, I would wan to search for all string consists of IMP but not IMP-00015. Values other than 00015 is fine, is there anyone knows how to do that? Thanks. (2 Replies)
Discussion started by: *Jess*
2 Replies

10. UNIX for Dummies Questions & Answers

search and remove command

I want to run the 'locate' command and then remove what the command finds. My guess was, locate blahblah |rm -f but this does not work. Thanks! (3 Replies)
Discussion started by: jasonr
3 Replies
Login or Register to Ask a Question