PSGnuwin32.psd1

@{
RootModule = 'PSGnuwin32.psm1'
ModuleVersion = '1.0.0'
GUID = '636ec765-7997-4208-bc4e-46c5c3f91c3f'
Author = 'Eduardo Sousa'
Description = 'Some Gnuwin32 tools exported as aliases'
PowerShellVersion = '3.0'
DotNetFrameworkVersion = '4.0'
CLRVersion = '4.0'
FunctionsToExport = @('')
AliasesToExport = @(
    'g-cat',
    'g-cp',
    'g-dir',
    'g-echo',
    'g-kill',
    'g-ls',
    'g-mkdir',
    'g-mv',
    'g-pwd',
    'g-rm',
    'g-rmdir',
    'g-sleep',
    'g-sort',
    'g-tee',
    'g-wget',
    'awk',
    'basename',
    'bunzip2',
    'bzcat',
    'bzcmp',
    'bzdiff',
    'bzegrep',
    'bzfgrep',
    'bzgrep',
    'bzip2',
    'bzip2',
    'bzip2recover',
    'bzless',
    'bzmore',
    'chgrp',
    'chmod',
    'chown',
    'chroot',
    'cksum',
    'comm',
    'csplit',
    'cut',
    'date',
    'dd',
    'df',
    'dircolors',
    'dirname',
    'du',
    'env',
    'expand',
    'expr',
    'factor',
    'false',
    'fmt',
    'fold',
    'funzip',
    'gawk-3.1.6',
    'gawk',
    'gdate',
    'gecho',
    'ginstall',
    'gln',
    'gmkdir',
    'grmdir',
    'groups',
    'gsort',
    'gunzip',
    'gzexe',
    'gzip',
    'head',
    'hostid',
    'hostname',
    'id',
    'igawk',
    'install',
    'join',
    'less',
    'lessecho',
    'lessfile',
    'lesskey',
    'lesspipe',
    'libeay32',
    'libiconv-2',
    'libiconv2',
    'libintl-2',
    'libintl3',
    'libssl32',
    'link',
    'ln',
    'logname',
    'md5sum',
    'mkfifo',
    'mknod',
    'nice',
    'nl',
    'nohup',
    'od',
    'paste',
    'pathchk',
    'pcre3',
    'pgawk-3.1.6',
    'pgawk',
    'pinky',
    'pr',
    'printenv',
    'printf',
    'ptx',
    'readlink',
    'regex2',
    'sed',
    'seq',
    'setuidgid',
    'SFXWiz32',
    'sha1sum',
    'shred',
    'split',
    'stat',
    'stty',
    'su',
    'sum',
    'sync',
    'tac',
    'tail',
    'tar',
    'test',
    'touch',
    'tr',
    'true',
    'tsort',
    'tty',
    'uname',
    'uncompress',
    'unexpand',
    'uniq',
    'unlink',
    'unzip',
    'unzip32',
    'unzipsfx',
    'uptime',
    'users',
    'uzexampl',
    'vdir',
    'wc',
    'who',
    'whoami',
    'yes',
    'zcat',
    'zcmp',
    'zdiff',
    'zegrep',
    'zfgrep',
    'zforce',
    'zgrep',
    'zip',
    'zip32z64',
    'zipcloak',
    'zipinfo',
    'zipnote',
    'zipsplit',
    'zless',
    'zmore',
    'znew')
HelpInfoURI = 'https://github.com/ecsousa/PSGnuwin32'
}