Category Archives: AIX

Removing Control Characters

To Remove the Control Characters (^M) from File in Linux/UNIX do the following Steps: 1- Check the file first (You will see ‘^M’ on the end of each line): #cat -vte filename 2- open the file : #vi filename 3- … Continue reading

AIX Display memory in GB

To Display Memory Information in Gigabyte use the Follwoing Command : #svmon -O,unit=GB This Command Tested on AIX 6.1