In order to get users to use terminal interactively using natural language, one of community is developing Betty, something like Siri for the Linux console. Linux and the terminal are two words that are instinctively associated when talking about operating systems. Although the distributions have come a very long way to make it all easy for the […]
Commands
3 posts
If you have an aged Linux system, chances are that you have a lot of disk space wasted due to things like application-specific caches (e.g., browser caches), system caches (e.g., apt cache), unnecessary locale files or other temporary files. With so many different ways files are generated, it is hard to track down the wasted […]
(A) File Handling • mkdir – make directories Usage: mkdir [OPTION] DIRECTORY… eg. mkdir improgrammer • ls – list directory contents Usage: ls [OPTION]… [FILE]… eg. ls, ls l, ls improgrammer • cd – changes directories Usage: cd [DIRECTORY] eg. cd improgrammer • pwd print name of current working directory Usage: pwd • vim – Vi Improved, a programmers text […]