![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 03:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | Linux | 5 | 07-30-2007 05:26 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | HP-UX | 1 | 10-16-2006 01:16 PM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 06:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi
There's a name like: -ksh_history.xls on my AIX system, result of programming error. So, I would to remove it with the rm command... unfortunately this isn't work seems the message: rm: Not a recognized flag: k As anyone an idea about this?? Thx |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Try:
rm -rf *ksh_history.xls |
|
#3
|
|||
|
|||
|
houston:root:/home/admin>rm -rf *ksh_history.xls
/usr/bin/rm: Not a recognized flag: k Usage: rm [-firRe] [--] File... It doesn't work! My systems is a AIX4.3.3 |
|
#4
|
||||
|
||||
|
Try
rm \-ksh_history.xls |
|
#5
|
|||
|
|||
|
It doesn't work too...
I known that it's possible but i don't remember! |
|
#6
|
||||
|
||||
|
rm -rf ./-ksh_history.xls
|
|
#7
|
|||
|
|||
|
Yes, it's works fine!
Thanks a lot for your help |
|||
| Google The UNIX and Linux Forums |