Linux CLI - Cron and Scheduling
You run
grep alice /var/log/cron tail -n 3 but get an error: 'grep: invalid option -- n'. What is the mistake?grep alice /var/log/cron tail -n 3 but get an error: 'grep: invalid option -- n'. What is the mistake?grep alice /var/log/cron | tail -n 3. If tail is inside grep, it causes error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions