Removing files

Hi,

It seems someone has created files instead of actually running the commands, as below:

-rw-r--r-- 1 oracle92 dba 0 Mar 2 11:19 PRIML_070302.ok
-rw-r--r-- 1 oracle92 dba 557 Mar 2 11:20 PRIVH_070302.dat
-rw-r--r-- 1 oracle92 dba 0 Mar 12 11:57
exit
exit
PSI=$PWD
-rw-r--r-- 1 oracle92 dba 0 Mar 12 11:57
exit
bye

-rw-r--r-- 1 oracle92 dba 0 Mar 12 11:57
PWD

PSI=$PWD
-rw-r--r-- 1 oracle92 dba 95 Mar 20 17:14 afiedt.buf
-rw-r--r-- 1 oracle92 dba 95 Mar 20 17:14 public_grant_query.sql
drwxr-xr-x 10 root other 512 Mar 21 16:17 sosa

the file 'exit exit PSI...'

How can I delete these though?

Thanks

rm -f exit*

Try rm -f 'exit exit PSI'.