jbase command

  • adeyemiadedeji
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 9 months ago #14746 by adeyemiadedeji
jbase command was created by adeyemiadedeji
please i need the command to convert a file from dos format to an AIX format

Please Log in or Create an account to join the conversation.

  • armin
  • armin's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • “So long - and thanks for all the fish!”
More
11 years 9 months ago #14747 by armin
Replied by armin on topic jbase command
That's not a jbase command but a utility in your OS, e.g.awk can be used to convert a DOS file to Unix

awk '{ sub("\r$", ""); print }' dosformat.txt > aixformat.txt

using R11 on Unix

Please Log in or Create an account to join the conversation.

Time to create page: 0.035 seconds