# Produce an example PS file
$ gmt psbasemap -R0/10/0/10 -JM10c -Baf > map.ps
# Call psconvert with -F option
$ gmt psconvert map.ps -Te -W -Fnewname
# No .esw file is generated
$ ls
gmt.history map.ps newname.eps
# Without -Te, .esw is generated
$ gmt psconvert map.ps -Te -W
$ ls
gmt.history map.eps map.esw map.ps newname.eps
All other formats like bmp, pdf work as expected.
gmt --version: 6.5.0_f30bd45_2023.10.20