NealThank you this rings a bell.
In the mean time my neck hair stood up and I searched a bit harder on the
rpm2cpio and I am up the wall a bit, I think it must be here
somewhere[gert@localhost ~]$ rp hit TAB key, not enter, see later
rpcbind rpcinfo rpl8 rpmi
rpcclient rpcinfo-flushed rpm rpmquery
rpcdebug rpc.mountd
rpm2cpio rpmsign
rpcgen rpc.nfsd rpmbuild rpmu
rpc.gssd rpc.statd rpmdb rpmverify
rpc.idmapd rpc.svcgssd rpme rpmxdgtool
[gert@localhost ~]$ rpm2cpio
<<----- ??argument is not an RPM package
# this is true, return/enter is not an rpm

[gert@localhost ~]$ cat rpm2cpio
<<----- ??cat: rpm2cpio: No such file or directory
# quite true, if I had done an ls I would have seen that, but then just below I locate rpm2cpio, did it click with me then, no of course not, 2.30AM perhaps a bit too late.
#cat /usr/bin/rpm2cpio this is what I should have used, and it does work, fills the konsole with 'junk'
[gert@localhost ~]$ locate rpm2cpio
/usr/bin/rpm2cpio
/usr/lib/rpm/rpm2cpio.sh
/usr/share/man/man8/rpm2cpio.8.bz2
[gert@localhost ~]$ man rpm2cpio <<--- "normal response" does work
[gert@localhost ~]$ rpm2cpio --help
<<----- ?? hangs, ctl-c to the rescue[gert@localhost ~]$
# I think what is happening here is the same as using no argument at all, ie rpm2cpio{ENTER} to force an error/message but all that happens is action is returned to standar input, and
waiting for me to type something, ie it hangs because I just sit there and stare.

[gert@localhost ~]$ man rp
<<----- ??No manual entry for rp
[gert@localhost ~]$ rp --help
Command not found. Similar command is: 'pr'
[gert@localhost ~]$
It is 2.30AM and I am landed with this, anyone have pity on me
Edit: the # marked lines inserted after I had done battle with
cpio and realised something about standard input and standard output, reading the man then gave me the clues.
The rp I have found nothing about yet.