![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| alias a simple ls -l command | ajp7701 | Shell Programming and Scripting | 4 | 01-23-2008 06:47 PM |
| Define an alias with an embeded awk command ?? | jfortes | Shell Programming and Scripting | 5 | 06-05-2007 02:03 PM |
| a question about alias command | jayyu317 | UNIX for Dummies Questions & Answers | 1 | 12-11-2006 11:07 PM |
| alias for rm command | shriashishpatil | UNIX for Advanced & Expert Users | 8 | 02-23-2006 08:42 AM |
| I want to create a command alias | cstovall | UNIX for Dummies Questions & Answers | 2 | 12-03-2002 10:20 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Alias a command
Hi
'm executing a java program from my shell script on solaris 9 as $JAVA_HOME\bin\java -ms32m -mx128m -classpath $CLASSPATH com.abc.fwk,abcServer.abcfwkServer $1 & where $1 is port number when i do ps -ef, it shows whole command , i want to give this some alias name as abcProcess, so that i can use this while monitoring, using grep command and ps -ef shows b_garima 25954 22952 0 19:03 pts/12 00:00:00 abcProcess 5678 instead of b_garima 25977 1 6 19:03 pts/12 00:00:00 /usr/java/j2sdk1.4.2_15/bin/java -ms32m -mx128m -classpath ../lib/curfwk-4.20-build1.jar com.abc.fwk.abcServer.abcfwkServer 5678 i was trying to alias this command but its showing same result only not the expected one. can anyone please help me?? Thanks in advance. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|