Change History (4)
comment:1 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 23 years ago
comment:3 by , 23 years ago
uhm make that:
mv $LFS/usr/bin/{bzcat,bunzip2,bzip2,bzip2recover,bzless,bzmore} $LFS/bin
comment:4 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Extend to other commands as well that 'cd' first before doing something.
Example: cd $LFS/usr/bin && mv bzcat bunzip2 bzip2 bzip2recover bzless bzmore $LFS/bin
Could become:
mv $LFS/bin/{bzcat,bunzip2,bzip2,bzip2recover,bzless,bzmore}