jbase command
- adeyemiadedeji
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
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
-
- Offline
- Elite Member
-
- “So long - and thanks for all the fish!”
Less
More
- Posts: 300
- Thank you received: 57
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
awk '{ sub("\r$", ""); print }' dosformat.txt > aixformat.txt
Please Log in or Create an account to join the conversation.
Time to create page: 0.035 seconds