IRIX Network Forums
IRIX Commands 101 - New Wiki Article - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: Beginners' Questions/Tips (//forums.irixnet.org/forum-6.html)
+--- Thread: IRIX Commands 101 - New Wiki Article (/thread-1376.html)



IRIX Commands 101 - New Wiki Article - Raion - 07-20-2019

Hello fellas,

https://wiki.irixnet.org/irix_commands_101 I'm building a new article for those who have encountered syntactical or flag-based differences of various IRIX commands. Please feel free to offer suggestions or sign up at the wiki for an account and add them (Note, I need to approve the account, so you gotta wait for me to reach out)


RE: IRIX Commands 101 - New Wiki Article - jpstewart - 07-20-2019

The thing that always trips me up (coming from Linux) is that GNU tar supports z, j, and J options (among others) to filter through the gzip, bzip2, and xz compression programs respectively. IRIX tar doesn't support any of the compression options. You have to use a pipe or an intermediate file to manually compress/decompress after/before the tar command.

The gzip, bzip2, and xz utilities aren't even part of the base IRIX install. You need to install the SGI freeware packages (which IIRC do not include xz), or Nekoware, or compile them from source.


RE: IRIX Commands 101 - New Wiki Article - Raion - 07-20-2019

Good suggestion.