Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
g
- Gnome-contacts Description: Gnome-contacts is an application designed to manage contacts in desktop environments, which is part of the free and open-source(...) Read more
- Gnome-calendar Description: Gnome-calendar is an application designed to manage calendars in desktop environments, specifically within the GNOME project, which(...) Read more
- Grep -i Description: The 'grep' command is a fundamental tool in Unix and Linux systems, used to search for text within files. The '-i' option refers to(...) Read more
- Grep -v Description: The 'grep' command is a fundamental tool in Unix-like systems, used to search for text within files. The '-v' option of 'grep'(...) Read more
- Grep -R Description: The 'grep -R' command is an option of the popular 'grep' command in Unix-like systems that allows recursive searches in(...) Read more
- Grep -l Description: The '-l' option of the 'grep' command is a powerful tool in Unix and Linux terminal environments that allows users to search for(...) Read more
- Grep -C Description: The '-C' option of the 'grep' command in Unix-like systems is a powerful tool that allows users to search for patterns in text(...) Read more
- Grep -n Description: The '-n' option of the 'grep' command is a powerful tool in Unix-like terminal environments, used to search for patterns within(...) Read more
- Grep -e Description: The '-e' option of the 'grep' command allows users to specify multiple search patterns in a single command. This means that users(...) Read more
- Grep -q Description: The '-q' option of the 'grep' command is used to suppress the standard output of the command, returning only the exit status. This(...) Read more
- Grep -w Description: The '-w' option of the 'grep' command is a powerful tool in command-line environments that allows for more precise text searches.(...) Read more
- Grep -x Description: The '-x' option of the 'grep' command is used to search for lines that exactly match a specific pattern. This means that only lines(...) Read more
- Grep -A Description: The '-A' option of the 'grep' command in Unix-like operating systems is a powerful tool that allows users to search for patterns in(...) Read more
- Grep -B Description: The '-B' option of the 'grep' command in Unix-like operating systems allows displaying a specific number of lines preceding each(...) Read more
- Grep -P Description: Grep -P is an option of the grep command that allows the use of Perl-compatible regular expressions. This feature expands the(...) Read more