Linux CLI - Package Management
What will be the output of the command
apt list --installed | grep bash?apt list --installed | grep bash?apt list --installedgrep bashgrep bash filters the list to show only lines containing 'bash', so it shows installed packages with 'bash' in their name.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions