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