/
PBX Platforms - Tail Commands
PBX Platforms - Tail Commands
Tail Command Examples
tail filename
This would show you the last 10 lines of the file
tail -f filename
This would show you the last 10 lines of the file and as new lines come in it would show you the new lines in the file in realtime
tail -n 1000 filename
This would show you the last 1000 lines of the file
tail -n 1000 filename > filename2.pcap
This would take the last 1000 lines of filename and put them into a new file called filename2.pcap
, multiple selections available,
Related content
PBX GUI - System Admin-Packet Capture
PBX GUI - System Admin-Packet Capture
More like this
Detect end of voice recording
Detect end of voice recording
More like this
PBX GUI - Asterisk Logfiles
PBX GUI - Asterisk Logfiles
More like this
PBX GUI - Queue Callback Report
PBX GUI - Queue Callback Report
More like this
PBX Platforms - Command Line Tips
PBX Platforms - Command Line Tips
More like this
PBX GUI - Call Recording Reports-Admin Guide
PBX GUI - Call Recording Reports-Admin Guide
More like this
Unable to render {include} The included page could not be found.