Plan 9 from Bell Labs’s /usr/web/sources/contrib/pac/rc/bin/chsgn

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
# Changes '+' to '-', and vice versa (using '!' as a swap char)
# Thu Mar 29 09:02:59 MET 2007 Peter A. Cejchan <cej@gli.cas.cz | tyapca7@gmail.com>

tr \x02b  \! |tr \-  \+  |tr \x021  \-
# 


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.