Last change: 2025-01-06
Linux has multiple tools to process text files, including to search through files and filter out all unique words. Here is how to combine a few commands.
Commands:
- grep
- sort
- uniq
Last change: 2025-01-06
Linux has multiple tools to process text files, including to search through files and filter out all unique words. Here is how to combine a few commands.
Last change: 2025-01-06
Find the biggest directories and files on disk by using the du command. The output can be sorted using numeric values to find the biggest entries.
Last change: 2025-01-06
Want to see all configured virtual hosts on a server running nginx? Here is a method to achieve this quickly by using a default configuration option.