• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Doc/H03-May-2022-6029

config/H17-May-2016-1,228839

distro/H17-May-2016-10370

file/H17-May-2016-1,239841

pkgutil/H17-May-2016-402236

sh/H17-May-2016-470323

user/H17-May-2016-5,0643,528

README.mdH A D17-May-2016976 2620

TODO.mdH A D17-May-2016756 3721

osutil.goH A D17-May-20161.2 KiB4929

osutil_test.goH A D17-May-2016354 189

README.md

1osutil
2======
3Access to operating system functionality dependent of every platform and
4utility packages for the Shell.
5
6+ config/env: set persistent environment variables
7+ config/shconf: parser and scanner for the configuration in format shell-variable
8+ distro: detects the Linux distribution
9+ file: common operations in files
10+ pkg: basic operations for the management of packages in operating systems
11+ sh: interprets a command line like it is done in the Bash shell
12+ user: provides access to UNIX users database in local files
13+ user/crypt: password hashing used in UNIX
14
15[Documentation online](http://godoc.org/github.com/kless/osutil)
16
17## License
18
19The source files are distributed under the [Mozilla Public License, version 2.0](http://mozilla.org/MPL/2.0/),
20unless otherwise noted.
21Please read the [FAQ](http://www.mozilla.org/MPL/2.0/FAQ.html)
22if you have further questions regarding the license.
23
24* * *
25*Generated by [Gowizard](https://github.com/kless/wizard)*
26