Opened 19 years ago
Closed 19 years ago
#1612 closed defect (fixed)
Add -v/--verbose switch to commands that accept it
Reported by: | Matthew Burgess | Owned by: | Matthew Burgess |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
As outlined in the proposal referenced above, we should add a verbose switch to common commands (e.g. 'ln', 'mv', 'cp') in order to improve logging and early error detection.
Change History (5)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
I'd prefer to add it to all commands for a couple of reasons:
1) It matches BLFS 2) Using the alias has the possibility of being lost across reboots or entering/exiting the chroot environment.
comment:3 by , 19 years ago
Owner: | changed from | to
---|
comment:4 by , 19 years ago
Status: | new → assigned |
---|
comment:5 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Something that I suggested on the list but did not get a response: Instead of changing commands in all places and forcing the user to use verbose commands, an alternative is to add a small section at the begining that aliases the commands to their verbose counterparts. e.g. alias cp="cp -v".