Practice 2: (VI) 1. Open Try.java by vi 2. Find ConfigFile by moving cursor 3. Append XXX to ConfigFile 4. Append multiple lines after the line including ConfigFile 5. Delete XXX 6. Copy the first 10 lines 7. Delete the first 10 lines 8. Save it 9. edit a new file with name Try1.java 10. Paste the copied lines in the file 11. Save it and exit 12. Open Try.java again 13. replace all import with IMPORT 14. Merge the file Try.java into the file Try1.java after the line including handle, save and exit.