![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| code that reads commands from the standard i/p and executes the commands | Phrozen Smoke | High Level Programming | 4 | 01-21-2007 10:06 PM |
| hp -specific | mxms755 | HP-UX | 1 | 05-15-2006 09:21 AM |
| specific date on the log | ahmad_one | Shell Programming and Scripting | 1 | 03-26-2006 05:49 AM |
| tell me how many specific characters there are? | kev269 | Shell Programming and Scripting | 7 | 03-17-2006 02:45 PM |
| how to get specific xml tag ? | forevercalz | Shell Programming and Scripting | 13 | 01-08-2006 11:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
need aix commands specific for sap
hi
i am in sap basis . any body have aix command list which are required for a basis admin to check, during critical situations thanks akhil |
| Forum Sponsor | ||
|
|
|
|||
|
AIX command for SAP
Some file commands are:
cp - Used to copy the contents of one file to another file. Syntax: %cp original file name new file name Example: %cp file1 file2 mv - Used to rename a file by moving the contents of the file to another file. Syntax: %mv original file name new file name Example: %mv file1 file3 %rm -i file1 cat - Used to display the contents of a file at the shell prompt. Syntax: %cat file name Example: %cat file3 for more detail please refer below site: MY Blog: Important UNIX AIX command for Admins |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|