Troubleshooting
Steps
- Visualize the folder and file structure.
- Search for the word
"ERROR"
in any.log
file. - Make a script called
run_analysis.sh
executable. - Review past commands.
- Clear the terminal.
tree
grep "ERROR" *.log
chmod +x run_analysis.sh
history
clear
tree
Select-String -Pattern "ERROR" -Path *.log
Set-ExecutionPolicy RemoteSigned -Scope Process
Get-History
Clear-Host