[Bug-tar] tar error msg

2018-09-30 Thread Jonas Hellsten
Hi I am having a problem with tar (GNU tar) 1.30 on Suse Leap 15 I have two maschines running Leap 15 and error occurrs on one after testing option --sort I mixed up and tried to recollect from memory option name after reading man tarĀ  - mixed it with --ORDER Since my testing the program (tar) re

Re: [Bug-tar] tar error msg

2018-09-30 Thread Sergey Poznyakoff
Jonas Hellsten ha escrit: > bostat:/home/tmp1 # tar cfv - * | (cd ../tmp2; tar xf -) > tar: unrecognized option '--ORDER=name' Looks like this option is set in the TAR_OPTIONS environment variable[1]. Regards, Sergey [1] http://www.gnu.org/software/tar/manual/html_section/tar_20.html