• Opening LIRC communication using irw after installing sudo apt-get install lirc.
  • In Geany (Raspbian's staple code editor), you can sort lines with this method.
    • From the menu bar, select Edit, Format, Send Selection to Set Custom Commands.
    • Click the Add button in the Set Custom Commands window.
    • Enter "sort" in the command field and then click the OK button.
    • Select the text that you want to sort.
    • Right - click on the selected text and select Format, Send Selection to, "sort" to sort the selected text.