Bug 163536

Summary: 'ps axl > somefile'. Output is restricted by terminal width
Product: Base System Reporter: kes-kes
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 9.0-PRERELEASE   
Hardware: Any   
OS: Any   

Description kes-kes 2011-12-22 14:20:11 UTC
when doing 
pa axl > 123 
I want to look at full command parameters, but instead I get truncated output.
that output in file is terminal screen width instead of full output information of process

How-To-Repeat: #ps axl > 123
Comment 1 Jaakko Heinonen freebsd_committer freebsd_triage 2011-12-22 18:06:40 UTC
State Changed
From-To: open->closed

Please use "ps -axlww > 123" instead.