当前位置: 首页 > news >正文

20250505解压缩tar.xz压缩包的方法

rootroot@rootroot-X99-Turbo:~/temp$ tar Jxvf m4-1.4.18.tar.xz 
rootroot@rootroot-X99-Turbo:~/temp$ tar Jcf 2.tar.xz m4-1.4.18
rootroot@rootroot-X99-Turbo:~/temp$ tar Jcvf 2.tar.xz m4-1.4.18


20250505解压缩tar.xz压缩包的方法
2025/5/5 10:51


缘起:在Ubuntu20.04下编译 NanoPi NEO开发板的FriendlyCore系统,发现系统/SDK自带的m4-1.4.18.tar.xz
Z:\friendlywrt-h3\friendlywrt\dl\m4-1.4.18.tar.xz
编译异常。百度之后才知道高版本的系统会出现编译异常的。


请问 现在 编译NanoPi NEO的FriendlyCore系统使用ubuntu哪一个版本比较好?
ubuntu14.04 编译异常/下载不了:./build.sh kernel  正克隆到 'wireguard'...【编译正常:./build.sh uboot  ./build.sh friendlywrt】
ubuntu16.04 没有来得及测试 【友善之臂的陈工说可以】
ubuntu18.04 没有来得及测试 【实测OK】
ubuntu20.04  编译异常:./build.sh friendlywrt
ubuntu22.04  编译异常:./build.sh uboot multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here

https://wiki.friendlyelec.com/wiki/index.php/NanoPi_NEO/zh
NanoPi NEO/zh


努努力往前走一走,也就是修改openWRT中的xz包文件:
先找个地方解压缩m4-1.4.18.tar.xz,修改源码之后重新打包即可!

百度:解压缩 tar.xz
一步骤 xz 压缩 解压缩

https://www.cnblogs.com/sunmmi/articles/9149414.html
linux xz压缩解压

1. 解压 xz 格式文件

方法一:
需要用到两步命令,首先利用 xz-utils 的 xz 命令将 linux-3.12.tar.xz 解压为 linux-3.12.tar,其次用 tar 命令将 linux-3.12.tar 完全解压。

xz -d linux-3.12.tar.xz
tar -xf linux-3.12.tar

 
方法二(推荐)
tar -Jxf linux-3.12.tar.xz
 

2. 创建 xz 格式文件


方法一:
也是用到两步命令,首先利用 tar 命令将 linux-3.12 文件夹打包成 linux-3.12.tar,其次用 xz-utils 的 xz 命令将 linux-3.12.tar 压缩成 linux-3.12.tar.xz。
 
tar -cf linux-3.12.tar linux-3.12/
xz -z linux-3.12.tar
 
方法二(推荐)
tar -Jcf linux-3.12.tar.xz linux-3.12/


【主要步骤】
rootroot@rootroot-X99-Turbo:~/temp$ file m4-1.4.18.tar.xz 
m4-1.4.18.tar.xz: XZ compressed data
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ tar jxvf m4-1.4.18.tar.xz
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ tar Jxvf m4-1.4.18.tar.xz 

rootroot@rootroot-X99-Turbo:~/temp$ tar Jcf 2.tar.xz m4-1.4.18
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ ll
total 3868
drwxrwxr-x  3 rootroot rootroot    4096 5月   5 11:05 ./
drwxr-xr-x 43 rootroot rootroot    4096 5月   5 10:53 ../
-rw-rw-r--  1 rootroot rootroot 1511754 5月   5 11:04 1.tar.bz2
-rw-rw-r--  1 rootroot rootroot 1221804 5月   5 11:05 2.tar.xz
drwxrwxr-x 10 rootroot rootroot    4096 1月   1  2017 m4-1.4.18/
-rwx------  1 rootroot rootroot 1207688 4月  17  2020 m4-1.4.18.tar.xz*
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ file 2.tar.xz
2.tar.xz: XZ compressed data
rootroot@rootroot-X99-Turbo:~/temp$ 


参考资料:
https://blog.csdn.net/xhtchina/article/details/122213687
压缩解压缩工具

1. tar
1.1. 创建或解压.tar.xz文件的方法
1.2. 创建或解压.tar文件
1.3. 多线程使用
1.3.1. 安装pigz
1.4. 关于软链接
2. p7zip


https://yr7ywq.smartapps.baidu.com/?_chatQuery=tar.xz%E8%A7%A3%E5%8E%8B%E7%BC%A9%E5%91%BD%E4%BB%A4&searchid=10105427305786595175&_chatParams=%7B%22agent_id%22%3A%22c816%22%2C%22content_build_id%22%3A%22109af0ad%22%2C%22from%22%3A%22q2c%22%2C%22token%22%3A%22UGlGZHdpN0lzYXNVbS9Gb1JoeVNNWXRmOGI3Q0R2VFNVZlJSWlMzOW9SSms2M2poM0t4WjIrMGRiNWkwTTd0TnorRUxsUDlDR2dwTXNQeEZMdHd3bVdZb3MxdWRHSWYrbGgxWjJYTlNBamhSOTFkdUJ4Ti84VHU2VjdmelZTc0FmZ3FzV0s5M2ExclFVUER5elBLWi93PT0%3D%22%2C%22chat_no_login%22%3Atrue%7D&_swebScene=3711000610001000
文心快码已经接近找到问题了


https://www.163.com/dy/article/JUL3PD6E0511ABV6.html
https://zhuanlan.zhihu.com/p/1902613576570639375
https://www.toutiao.com/article/7500723965183181338/?app=news_article&share_uid=MS4wLjABAAAA891MqUfX31HEzSqEwoa_F8cMbhdYMLA38gzfoUBOiR7Ta5Taa_ZVEZ7vPH1-WVnQ&category_new=my_read_history&timestamp=1746415430&share_did=MS4wLjACAAAAx0qko0-iUAMm-LI83DpsbD_5R5EyPjkSfxq-xoqXQqzjwK6piOahIJpAUrDxtiTT&upstream_biz=client_share&share_token=bea76dfb-d810-4a0c-8e1b-ac72f7b97eb3&source=m_redirect&wid=1746415720798
25位IT大佬亲述:AI「吃掉」程序员!码农黄金时代终结


完整的LOG:

[BEGIN] 2025/5/5 10:53:08
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ mkdir temp
rootroot@rootroot-X99-Turbo:~$ cd t
temp/ tmp/  
rootroot@rootroot-X99-Turbo:~$ cd temp/
rootroot@rootroot-X99-Turbo:~/temp$ ll
total 8
drwxrwxr-x  2 rootroot rootroot 4096 5月   5 10:53 ./
drwxr-xr-x 43 rootroot rootroot 4096 5月   5 10:53 ../
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ ll
total 1188
drwxrwxr-x  2 rootroot rootroot    4096 5月   5 10:54 ./
drwxr-xr-x 43 rootroot rootroot    4096 5月   5 10:53 ../
-rwx------  1 rootroot rootroot 1207688 4月  17  2020 m4-1.4.18.tar.xz*
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ file m4-1.4.18.tar.xz 
m4-1.4.18.tar.xz: XZ compressed data
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ tar jxvf m4-1.4.18.tar.xz
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ tar Jxvf m4-1.4.18.tar.xz 
m4-1.4.18/
m4-1.4.18/ChangeLog-2014
m4-1.4.18/maint.mk
m4-1.4.18/ChangeLog
m4-1.4.18/aclocal.m4
m4-1.4.18/BACKLOG
m4-1.4.18/tests/
m4-1.4.18/tests/getcwd-lgpl.c
m4-1.4.18/tests/test-dup2.c
m4-1.4.18/tests/test-dup-safer.c
m4-1.4.18/tests/test-signbit.c
m4-1.4.18/tests/test-canonicalize-lgpl.c
m4-1.4.18/tests/test-memchr2.c
m4-1.4.18/tests/test-sys_time-c++.cc
m4-1.4.18/tests/opendir.c
m4-1.4.18/tests/test-stdlib.c
m4-1.4.18/tests/test-open.h
m4-1.4.18/tests/test-langinfo-c++.cc
m4-1.4.18/tests/test-mbrtowc-w32-3.sh
m4-1.4.18/tests/test-signal-h-c++2.cc
m4-1.4.18/tests/test-xvasprintf.c
m4-1.4.18/tests/test-getprogname.c
m4-1.4.18/tests/test-dirent.c
m4-1.4.18/tests/test-posix_spawn1.in.sh
m4-1.4.18/tests/test-btowc1.sh
m4-1.4.18/tests/test-stdio.c
m4-1.4.18/tests/test-posix_spawn2.in.sh
m4-1.4.18/tests/gl_array_oset.c
m4-1.4.18/tests/init.sh
m4-1.4.18/tests/test-fseeko3.c
m4-1.4.18/tests/test-wcrtomb.c
m4-1.4.18/tests/test-fpending.c
m4-1.4.18/tests/test-quotearg-simple.c
m4-1.4.18/tests/test-sys_types-c++.cc
m4-1.4.18/tests/test-sigaction.c
m4-1.4.18/tests/test-stat.c
m4-1.4.18/tests/test-getdtablesize.c
m4-1.4.18/tests/test-xalloc-die.sh
m4-1.4.18/tests/test-langinfo.c
m4-1.4.18/tests/test-spawn-pipe.sh
m4-1.4.18/tests/test-unsetenv.c
m4-1.4.18/tests/localename.h
m4-1.4.18/tests/test-isnand-nolibm.c
m4-1.4.18/tests/test-stdbool.c
m4-1.4.18/tests/test-getopt-posix.c
m4-1.4.18/tests/test-stdalign.c
m4-1.4.18/tests/test-mbrtowc1.sh
m4-1.4.18/tests/test-spawn-c++.cc
m4-1.4.18/tests/test-fopen-safer.c
m4-1.4.18/tests/test-fgetc.c
m4-1.4.18/tests/test-array_oset.c
m4-1.4.18/tests/test-unistd-c++.cc
m4-1.4.18/tests/test-init.sh
m4-1.4.18/tests/test-fseek.c
m4-1.4.18/tests/test-rmdir.c
m4-1.4.18/tests/test-btowc.c
m4-1.4.18/tests/test-c-strcasecmp.c
m4-1.4.18/tests/test-ftello.c
m4-1.4.18/tests/test-rawmemchr.c
m4-1.4.18/tests/test-fseeko3.sh
m4-1.4.18/tests/randomd.c
m4-1.4.18/tests/test-snprintf.c
m4-1.4.18/tests/test-binary-io.sh
m4-1.4.18/tests/test-getopt-main.h
m4-1.4.18/tests/test-fseek.sh
m4-1.4.18/tests/sleep.c
m4-1.4.18/tests/test-fputc.c
m4-1.4.18/tests/test-c-stack.sh
m4-1.4.18/tests/test-wcrtomb-w32-2.sh
m4-1.4.18/tests/setlocale.c
m4-1.4.18/tests/test-fseeko2.sh
m4-1.4.18/tests/test-symlink.h
m4-1.4.18/tests/test-localeconv.c
m4-1.4.18/tests/test-closein.sh
m4-1.4.18/tests/test-rename.c
m4-1.4.18/tests/test-vc-list-files-git.sh
m4-1.4.18/tests/signature.h
m4-1.4.18/tests/test-fcntl.c
m4-1.4.18/tests/test-closein.c
m4-1.4.18/tests/test-ftello2.sh
m4-1.4.18/tests/test-string.c
m4-1.4.18/tests/test-stdlib-c++.cc
m4-1.4.18/tests/localename.c
m4-1.4.18/tests/test-pipe2.c
m4-1.4.18/tests/test-getopt-gnu.c
m4-1.4.18/tests/write.c
m4-1.4.18/tests/test-fpurge.c
m4-1.4.18/tests/test-dirname.c
m4-1.4.18/tests/test-math.c
m4-1.4.18/tests/test-fflush2.sh
m4-1.4.18/tests/test-mbrtowc4.sh
m4-1.4.18/tests/test-gettimeofday.c
m4-1.4.18/tests/test-memchr.c
m4-1.4.18/tests/stdalign.in.h
m4-1.4.18/tests/test-array_list.c
m4-1.4.18/tests/test-mbsinit.sh
m4-1.4.18/tests/nan.h
m4-1.4.18/tests/test-wctype-h.c
m4-1.4.18/tests/test-locale-c++2.cc
m4-1.4.18/tests/test-math-c++.cc
m4-1.4.18/tests/test-sys_wait.h
m4-1.4.18/tests/test-fflush.c
m4-1.4.18/tests/test-time.c
m4-1.4.18/tests/test-string-c++.cc
m4-1.4.18/tests/filename.h
m4-1.4.18/tests/test-math-c++2.cc
m4-1.4.18/tests/test-wcrtomb-w32-1.sh
m4-1.4.18/tests/test-fseeko4.c
m4-1.4.18/tests/test-stdio-c++.cc
m4-1.4.18/tests/test-ftello4.c
m4-1.4.18/tests/test-frexpl.c
m4-1.4.18/tests/test-sys_types.c
m4-1.4.18/tests/test-linkedhash_list.c
m4-1.4.18/tests/test-fopen.h
m4-1.4.18/tests/test-getopt.h
m4-1.4.18/tests/test-lseek.sh
m4-1.4.18/tests/test-strnlen.c
m4-1.4.18/tests/test-ftell2.sh
m4-1.4.18/tests/test-intprops.c
m4-1.4.18/tests/closedir.c
m4-1.4.18/tests/unsetenv.c
m4-1.4.18/tests/dirent.in.h
m4-1.4.18/tests/test-c-stack2.sh
m4-1.4.18/tests/test-posix_spawn2.c
m4-1.4.18/tests/test-strstr.c
m4-1.4.18/tests/test-isblank.c
m4-1.4.18/tests/test-fopen.c
m4-1.4.18/tests/test-sys_wait-c++.cc
m4-1.4.18/tests/test-close.c
m4-1.4.18/tests/test-fcntl-h.c
m4-1.4.18/tests/test-posix_spawn1.c
m4-1.4.18/tests/test-limits-h.c
m4-1.4.18/tests/test-ftello4.sh
m4-1.4.18/tests/test-posix_spawn_file_actions_adddup2.c
m4-1.4.18/tests/test-mbrtowc-w32.c
m4-1.4.18/tests/wctomb-impl.h
m4-1.4.18/tests/test-frexp.h
m4-1.4.18/tests/test-sigprocmask.c
m4-1.4.18/tests/getpagesize.c
m4-1.4.18/tests/test-nl_langinfo.sh
m4-1.4.18/tests/test-btowc2.sh
m4-1.4.18/tests/test-sched.c
m4-1.4.18/tests/test-raise.c
m4-1.4.18/tests/test-alloca-opt.c
m4-1.4.18/tests/test-stddef.c
m4-1.4.18/tests/test-open.c
m4-1.4.18/tests/test-vasnprintf.c
m4-1.4.18/tests/test-c-ctype.c
m4-1.4.18/tests/test-rmdir.h
m4-1.4.18/tests/test-mbrtowc-w32-2.sh
m4-1.4.18/tests/test-spawn.c
m4-1.4.18/tests/test-version-etc.c
m4-1.4.18/tests/gl_array_list.h
m4-1.4.18/tests/test-dirent-c++.cc
m4-1.4.18/tests/test-filenamecat.c
m4-1.4.18/tests/test-getopt_long.h
m4-1.4.18/tests/test-rename.h
m4-1.4.18/tests/test-fdopen.c
m4-1.4.18/tests/test-ctype.c
m4-1.4.18/tests/dup.c
m4-1.4.18/tests/test-getcwd-lgpl.c
m4-1.4.18/tests/test-readlink.c
m4-1.4.18/tests/test-sys_wait.c
m4-1.4.18/tests/test-mbrtowc.c
m4-1.4.18/tests/randoml.c
m4-1.4.18/tests/test-fseeko.sh
m4-1.4.18/tests/test-dup.c
m4-1.4.18/tests/symlink.c
m4-1.4.18/tests/test-quotearg.h
m4-1.4.18/tests/test-fcntl-h-c++.cc
m4-1.4.18/tests/test-readlink.h
m4-1.4.18/tests/test-fpending.sh
m4-1.4.18/tests/test-vasprintf-posix.c
m4-1.4.18/tests/test-locale-c++.cc
m4-1.4.18/tests/test-freading.c
m4-1.4.18/tests/test-fflush2.c
m4-1.4.18/tests/setenv.c
m4-1.4.18/tests/test-fseek2.sh
m4-1.4.18/tests/test-isnanl-nolibm.c
m4-1.4.18/tests/test-wchar-c++.cc
m4-1.4.18/tests/test-regex.c
m4-1.4.18/tests/test-sys_stat.c
m4-1.4.18/tests/test-printf-frexpl.c
m4-1.4.18/tests/test-errno.c
m4-1.4.18/tests/test-strtod.c
m4-1.4.18/tests/test-fwrite.c
m4-1.4.18/tests/macros.h
m4-1.4.18/tests/test-c-strcase.sh
m4-1.4.18/tests/test-setlocale2.c
m4-1.4.18/tests/test-localename.c
m4-1.4.18/tests/test-pathmax.c
m4-1.4.18/tests/test-fstat.c
m4-1.4.18/tests/inttypes.in.h
m4-1.4.18/tests/test-setlocale1.sh
m4-1.4.18/tests/test-ftello3.c
m4-1.4.18/tests/test-sigpipe.c
m4-1.4.18/tests/test-wcrtomb-w32-3.sh
m4-1.4.18/tests/test-ignore-value.c
m4-1.4.18/tests/test-avltree_oset.c
m4-1.4.18/tests/test-fseeko.c
m4-1.4.18/tests/test-wcrtomb-w32.c
m4-1.4.18/tests/test-write.c
m4-1.4.18/tests/flexmember.h
m4-1.4.18/tests/test-update-copyright.sh
m4-1.4.18/tests/test-lstat.h
m4-1.4.18/tests/Makefile.am
m4-1.4.18/tests/test-chdir.c
m4-1.4.18/tests/test-mbrtowc5.sh
m4-1.4.18/tests/test-mbrtowc3.sh
m4-1.4.18/tests/test-spawn-pipe-child.c
m4-1.4.18/tests/test-posix_spawn_file_actions_addopen.c
m4-1.4.18/tests/test-c-stack.c
m4-1.4.18/tests/test-stdio-c++2.cc
m4-1.4.18/tests/test-spawn-pipe-main.c
m4-1.4.18/tests/test-strsignal.c
m4-1.4.18/tests/test-environ.c
m4-1.4.18/tests/test-cloexec.c
m4-1.4.18/tests/test-sys_time.c
m4-1.4.18/tests/test-binary-io.c
m4-1.4.18/tests/wctomb.c
m4-1.4.18/tests/test-ftello.sh
m4-1.4.18/tests/test-printf-frexp.c
m4-1.4.18/tests/test-fread.c
m4-1.4.18/tests/test-ftell.c
m4-1.4.18/tests/test-isnand.h
m4-1.4.18/tests/test-unistd.c
m4-1.4.18/tests/putenv.c
m4-1.4.18/tests/test-link.h
m4-1.4.18/tests/gl_array_oset.h
m4-1.4.18/tests/test-sleep.c
m4-1.4.18/tests/zerosize-ptr.h
m4-1.4.18/tests/test-mbrtowc-w32-1.sh
m4-1.4.18/tests/test-locale.c
m4-1.4.18/tests/test-verify.sh
m4-1.4.18/tests/test-string-c++2.cc
m4-1.4.18/tests/test-mbrtowc2.sh
m4-1.4.18/tests/test-version-etc.sh
m4-1.4.18/tests/test-wchar.c
m4-1.4.18/tests/test-frexp.c
m4-1.4.18/tests/test-symlink.c
m4-1.4.18/tests/test-signal-h.c
m4-1.4.18/tests/test-wcrtomb-w32-4.sh
m4-1.4.18/tests/test-isnanf-nolibm.c
m4-1.4.18/tests/test-alignof.c
m4-1.4.18/tests/test-strchrnul.c
m4-1.4.18/tests/test-inttypes.c
m4-1.4.18/tests/test-malloca.c
m4-1.4.18/tests/test-vc-list-files-cvs.sh
m4-1.4.18/tests/test-vasprintf.c
m4-1.4.18/tests/test-ftell3.c
m4-1.4.18/tests/test-lseek.c
m4-1.4.18/tests/gnulib.mk
m4-1.4.18/tests/test-fseeko4.sh
m4-1.4.18/tests/test-mbrtowc-w32-5.sh
m4-1.4.18/tests/test-strerror.c
m4-1.4.18/tests/test-wctype-h-c++.cc
m4-1.4.18/tests/gl_array_list.c
m4-1.4.18/tests/test-float.c
m4-1.4.18/tests/dirent-private.h
m4-1.4.18/tests/test-time-c++.cc
m4-1.4.18/tests/test-wcrtomb-w32-5.sh
m4-1.4.18/tests/test-mbrtowc-w32-4.sh
m4-1.4.18/tests/test-link.c
m4-1.4.18/tests/test-sigpipe.sh
m4-1.4.18/tests/test-setenv.c
m4-1.4.18/tests/fdopen.c
m4-1.4.18/tests/readdir.c
m4-1.4.18/tests/ctype.in.h
m4-1.4.18/tests/test-wcrtomb.sh
m4-1.4.18/tests/test-stdlib-c++2.cc
m4-1.4.18/tests/test-verify.c
m4-1.4.18/tests/test-xalloc-die.c
m4-1.4.18/tests/wctob.c
m4-1.4.18/tests/test-signal-h-c++.cc
m4-1.4.18/tests/test-setlocale1.c
m4-1.4.18/tests/test-freadahead.sh
m4-1.4.18/tests/test-c-strncasecmp.c
m4-1.4.18/tests/test-nl_langinfo.c
m4-1.4.18/tests/link.c
m4-1.4.18/tests/Makefile.in
m4-1.4.18/tests/test-posix_spawn_file_actions_addclose.c
m4-1.4.18/tests/minus-zero.h
m4-1.4.18/tests/infinity.h
m4-1.4.18/tests/test-mbsinit.c
m4-1.4.18/tests/test-sys_stat-c++.cc
m4-1.4.18/tests/test-freadahead.c
m4-1.4.18/tests/test-isnanf.h
m4-1.4.18/tests/dirfd.c
m4-1.4.18/tests/test-lstat.c
m4-1.4.18/tests/test-setlocale2.sh
m4-1.4.18/tests/test-isnanl.h
m4-1.4.18/tests/test-time-c++2.cc
m4-1.4.18/tests/test-fclose.c
m4-1.4.18/tests/test-stdint.c
m4-1.4.18/tests/test-ftell.sh
m4-1.4.18/tests/isblank.c
m4-1.4.18/tests/test-stat.h
m4-1.4.18/tests/strdup.c
m4-1.4.18/GNUmakefile
m4-1.4.18/checks/
m4-1.4.18/checks/070.ifelse
m4-1.4.18/checks/get-them
m4-1.4.18/checks/008.comments
m4-1.4.18/checks/235.improved_c
m4-1.4.18/checks/211.extensions
m4-1.4.18/checks/024.macro_argu
m4-1.4.18/checks/037.pseudo_arg
m4-1.4.18/checks/157.undivert
m4-1.4.18/checks/145.diversions
m4-1.4.18/checks/021.macro_argu
m4-1.4.18/checks/025.quoting_ar
m4-1.4.18/checks/199.mkstemp
m4-1.4.18/checks/147.divert
m4-1.4.18/checks/043.pseudo_arg
m4-1.4.18/checks/160.cleardiver
m4-1.4.18/checks/075.shift
m4-1.4.18/checks/049.defn
m4-1.4.18/checks/229.improved_c
m4-1.4.18/checks/231.improved_m
m4-1.4.18/checks/150.divert
m4-1.4.18/checks/055.pushdef
m4-1.4.18/checks/038.pseudo_arg
m4-1.4.18/checks/092.compositio
m4-1.4.18/checks/132.m4wrap
m4-1.4.18/checks/122.changecom
m4-1.4.18/checks/205.location
m4-1.4.18/checks/053.defn
m4-1.4.18/checks/144.diversions
m4-1.4.18/checks/136.m4wrap
m4-1.4.18/checks/186.eval
m4-1.4.18/checks/016.inhibiting
m4-1.4.18/checks/047.undefine
m4-1.4.18/checks/096.trace
m4-1.4.18/checks/123.changecom
m4-1.4.18/checks/227.improved_f
m4-1.4.18/checks/stackovf.test
m4-1.4.18/checks/163.index_macr
m4-1.4.18/checks/130.changeword
m4-1.4.18/checks/140.include
m4-1.4.18/checks/155.undivert
m4-1.4.18/checks/064.builtin
m4-1.4.18/checks/225.improved_f
m4-1.4.18/checks/034.arguments
m4-1.4.18/checks/139.include
m4-1.4.18/checks/197.sysval
m4-1.4.18/checks/223.improved_f
m4-1.4.18/checks/146.diversions
m4-1.4.18/checks/158.divnum
m4-1.4.18/checks/003.command_li
m4-1.4.18/checks/192.platform_m
m4-1.4.18/checks/check-them
m4-1.4.18/checks/156.undivert
m4-1.4.18/checks/200.mkstemp
m4-1.4.18/checks/079.forloop
m4-1.4.18/checks/057.indir
m4-1.4.18/checks/058.indir
m4-1.4.18/checks/020.macro_argu
m4-1.4.18/checks/115.changequot
m4-1.4.18/checks/066.ifelse
m4-1.4.18/checks/071.shift
m4-1.4.18/checks/035.arguments
m4-1.4.18/checks/061.builtin
m4-1.4.18/checks/180.format
m4-1.4.18/checks/218.improved_f
m4-1.4.18/checks/078.shift
m4-1.4.18/checks/167.regexp
m4-1.4.18/checks/030.define
m4-1.4.18/checks/010.input_proc
m4-1.4.18/checks/164.index_macr
m4-1.4.18/checks/210.using_froz
m4-1.4.18/checks/014.inhibiting
m4-1.4.18/checks/183.format
m4-1.4.18/checks/162.index_macr
m4-1.4.18/checks/201.mkstemp
m4-1.4.18/checks/222.improved_f
m4-1.4.18/checks/015.inhibiting
m4-1.4.18/checks/051.defn
m4-1.4.18/checks/206.m4exit
m4-1.4.18/checks/233.improved_c
m4-1.4.18/checks/149.divert
m4-1.4.18/checks/039.pseudo_arg
m4-1.4.18/checks/065.ifdef
m4-1.4.18/checks/027.macro_expa
m4-1.4.18/checks/137.include
m4-1.4.18/checks/006.command_li
m4-1.4.18/checks/069.ifelse
m4-1.4.18/checks/063.builtin
m4-1.4.18/checks/052.defn
m4-1.4.18/checks/101.debug_leve
m4-1.4.18/checks/173.translit
m4-1.4.18/checks/214.improved_e
m4-1.4.18/checks/059.indir
m4-1.4.18/checks/135.m4wrap
m4-1.4.18/checks/054.defn
m4-1.4.18/checks/213.other_inco
m4-1.4.18/checks/023.macro_argu
m4-1.4.18/checks/118.changequot
m4-1.4.18/checks/109.changequot
m4-1.4.18/checks/084.foreach
m4-1.4.18/checks/019.inhibiting
m4-1.4.18/checks/193.platform_m
m4-1.4.18/checks/128.changeword
m4-1.4.18/checks/204.location
m4-1.4.18/checks/107.dnl
m4-1.4.18/checks/126.changeword
m4-1.4.18/checks/175.patsubst
m4-1.4.18/checks/119.changecom
m4-1.4.18/checks/082.foreach
m4-1.4.18/checks/127.changeword
m4-1.4.18/checks/171.translit
m4-1.4.18/checks/022.macro_argu
m4-1.4.18/checks/100.trace
m4-1.4.18/checks/170.substr
m4-1.4.18/checks/111.changequot
m4-1.4.18/checks/097.trace
m4-1.4.18/checks/036.arguments
m4-1.4.18/checks/087.foreach
m4-1.4.18/checks/077.shift
m4-1.4.18/checks/159.cleardiver
m4-1.4.18/checks/007.command_li
m4-1.4.18/checks/106.dnl
m4-1.4.18/checks/166.regexp
m4-1.4.18/checks/124.changecom
m4-1.4.18/checks/085.foreach
m4-1.4.18/checks/116.changequot
m4-1.4.18/checks/098.trace
m4-1.4.18/checks/045.pseudo_arg
m4-1.4.18/checks/117.changequot
m4-1.4.18/checks/113.changequot
m4-1.4.18/checks/148.divert
m4-1.4.18/checks/089.stacks
m4-1.4.18/checks/002.debugging_
m4-1.4.18/checks/114.changequot
m4-1.4.18/checks/095.dumpdef
m4-1.4.18/checks/169.substr
m4-1.4.18/checks/060.builtin
m4-1.4.18/checks/stamp-checks
m4-1.4.18/checks/013.inhibiting
m4-1.4.18/checks/226.improved_f
m4-1.4.18/checks/103.debug_leve
m4-1.4.18/checks/012.inhibiting
m4-1.4.18/checks/120.changecom
m4-1.4.18/checks/041.pseudo_arg
m4-1.4.18/checks/198.sysval
m4-1.4.18/checks/001.preprocess
m4-1.4.18/checks/062.builtin
m4-1.4.18/checks/195.syscmd
m4-1.4.18/checks/134.m4wrap
m4-1.4.18/checks/203.location
m4-1.4.18/checks/093.compositio
m4-1.4.18/checks/091.compositio
m4-1.4.18/checks/224.improved_f
m4-1.4.18/checks/129.changeword
m4-1.4.18/checks/220.improved_f
m4-1.4.18/checks/168.regexp
m4-1.4.18/checks/009.comments
m4-1.4.18/checks/143.diversions
m4-1.4.18/checks/152.undivert
m4-1.4.18/checks/236.improved_f
m4-1.4.18/checks/108.changequot
m4-1.4.18/checks/018.inhibiting
m4-1.4.18/checks/083.foreach
m4-1.4.18/checks/121.changecom
m4-1.4.18/checks/046.undefine
m4-1.4.18/checks/068.ifelse
m4-1.4.18/checks/099.trace
m4-1.4.18/checks/176.patsubst
m4-1.4.18/checks/154.undivert
m4-1.4.18/checks/125.changeword
m4-1.4.18/checks/190.eval
m4-1.4.18/checks/165.index_macr
m4-1.4.18/checks/184.incr
m4-1.4.18/checks/005.command_li
m4-1.4.18/checks/032.arguments
m4-1.4.18/checks/031.arguments
m4-1.4.18/checks/172.translit
m4-1.4.18/checks/189.eval
m4-1.4.18/checks/208.using_froz
m4-1.4.18/checks/141.include
m4-1.4.18/checks/187.eval
m4-1.4.18/checks/191.platform_m
m4-1.4.18/checks/Makefile.am
m4-1.4.18/checks/194.syscmd
m4-1.4.18/checks/207.m4exit
m4-1.4.18/checks/174.translit
m4-1.4.18/checks/219.improved_f
m4-1.4.18/checks/033.arguments
m4-1.4.18/checks/050.defn
m4-1.4.18/checks/182.format
m4-1.4.18/checks/110.changequot
m4-1.4.18/checks/188.eval
m4-1.4.18/checks/056.pushdef
m4-1.4.18/checks/209.using_froz
m4-1.4.18/checks/040.pseudo_arg
m4-1.4.18/checks/131.m4wrap
m4-1.4.18/checks/011.input_proc
m4-1.4.18/checks/215.improved_f
m4-1.4.18/checks/153.undivert
m4-1.4.18/checks/029.define
m4-1.4.18/checks/216.improved_f
m4-1.4.18/checks/086.foreach
m4-1.4.18/checks/080.forloop
m4-1.4.18/checks/028.define
m4-1.4.18/checks/138.include
m4-1.4.18/checks/151.divert
m4-1.4.18/checks/202.errprint
m4-1.4.18/checks/185.eval
m4-1.4.18/checks/017.inhibiting
m4-1.4.18/checks/105.dnl
m4-1.4.18/checks/161.len
m4-1.4.18/checks/212.other_inco
m4-1.4.18/checks/181.format
m4-1.4.18/checks/074.shift
m4-1.4.18/checks/217.improved_f
m4-1.4.18/checks/026.macro_expa
m4-1.4.18/checks/178.patsubst
m4-1.4.18/checks/067.ifelse
m4-1.4.18/checks/228.improved_f
m4-1.4.18/checks/221.improved_f
m4-1.4.18/checks/133.m4wrap
m4-1.4.18/checks/088.stacks
m4-1.4.18/checks/196.esyscmd
m4-1.4.18/checks/081.forloop
m4-1.4.18/checks/042.pseudo_arg
m4-1.4.18/checks/Makefile.in
m4-1.4.18/checks/234.improved_c
m4-1.4.18/checks/076.shift
m4-1.4.18/checks/230.improved_c
m4-1.4.18/checks/044.pseudo_arg
m4-1.4.18/checks/177.patsubst
m4-1.4.18/checks/179.patsubst
m4-1.4.18/checks/073.shift
m4-1.4.18/checks/048.defn
m4-1.4.18/checks/090.compositio
m4-1.4.18/checks/112.changequot
m4-1.4.18/checks/142.include
m4-1.4.18/checks/102.debug_leve
m4-1.4.18/checks/094.dumpdef
m4-1.4.18/checks/232.improved_m
m4-1.4.18/checks/104.debug_outp
m4-1.4.18/checks/004.command_li
m4-1.4.18/checks/072.shift
m4-1.4.18/c-boxes.el
m4-1.4.18/examples/
m4-1.4.18/examples/curry.m4
m4-1.4.18/examples/regexp.m4
m4-1.4.18/examples/pushpop.m4
m4-1.4.18/examples/exp.m4
m4-1.4.18/examples/wrapfifo.m4
m4-1.4.18/examples/incl-test.m4
m4-1.4.18/examples/foreachq2.m4
m4-1.4.18/examples/comments.m4
m4-1.4.18/examples/foreachq3.m4
m4-1.4.18/examples/capitalize.m4
m4-1.4.18/examples/indir.m4
m4-1.4.18/examples/quote.m4
m4-1.4.18/examples/forloop.m4
m4-1.4.18/examples/trace.m4
m4-1.4.18/examples/wraplifo2.m4
m4-1.4.18/examples/forloop2.m4
m4-1.4.18/examples/sync-lines.m4
m4-1.4.18/examples/wraplifo.m4
m4-1.4.18/examples/loop.m4
m4-1.4.18/examples/hanoi.m4
m4-1.4.18/examples/incl.m4
m4-1.4.18/examples/foreach2.m4
m4-1.4.18/examples/undivert.m4
m4-1.4.18/examples/misc.m4
m4-1.4.18/examples/reverse.m4
m4-1.4.18/examples/foo
m4-1.4.18/examples/translit.m4
m4-1.4.18/examples/foreachq4.m4
m4-1.4.18/examples/sysv-args.m4
m4-1.4.18/examples/stack.m4
m4-1.4.18/examples/capitalize2.m4
m4-1.4.18/examples/fstab.m4
m4-1.4.18/examples/Makefile.am
m4-1.4.18/examples/foreachq.m4
m4-1.4.18/examples/wrap.m4
m4-1.4.18/examples/forloop3.m4
m4-1.4.18/examples/patsubst.m4
m4-1.4.18/examples/join.m4
m4-1.4.18/examples/esyscmd.m4
m4-1.4.18/examples/stack_sep.m4
m4-1.4.18/examples/COPYING
m4-1.4.18/examples/undivert.incl
m4-1.4.18/examples/foreach.m4
m4-1.4.18/examples/ddivert.m4
m4-1.4.18/examples/include.m4
m4-1.4.18/examples/file.m4
m4-1.4.18/examples/debug.m4
m4-1.4.18/examples/Makefile.in
m4-1.4.18/examples/multiquotes.m4
m4-1.4.18/configure.ac
m4-1.4.18/m4/
m4-1.4.18/m4/setenv.m4
m4-1.4.18/m4/hard-locale.m4
m4-1.4.18/m4/stdbool.m4
m4-1.4.18/m4/dirfd.m4
m4-1.4.18/m4/manywarnings.m4
m4-1.4.18/m4/pathmax.m4
m4-1.4.18/m4/inttypes_h.m4
m4-1.4.18/m4/freading.m4
m4-1.4.18/m4/getpagesize.m4
m4-1.4.18/m4/version-etc.m4
m4-1.4.18/m4/stdlib_h.m4
m4-1.4.18/m4/close.m4
m4-1.4.18/m4/fdopen.m4
m4-1.4.18/m4/unlocked-io.m4
m4-1.4.18/m4/flexmember.m4
m4-1.4.18/m4/filenamecat.m4
m4-1.4.18/m4/secure_getenv.m4
m4-1.4.18/m4/frexpl.m4
m4-1.4.18/m4/autobuild.m4
m4-1.4.18/m4/link.m4
m4-1.4.18/m4/mkstemp.m4
m4-1.4.18/m4/putenv.m4
m4-1.4.18/m4/exponentl.m4
m4-1.4.18/m4/pipe2.m4
m4-1.4.18/m4/stdarg.m4
m4-1.4.18/m4/snprintf.m4
m4-1.4.18/m4/btowc.m4
m4-1.4.18/m4/wctomb.m4
m4-1.4.18/m4/size_max.m4
m4-1.4.18/m4/extensions.m4
m4-1.4.18/m4/dup2.m4
m4-1.4.18/m4/fcntl.m4
m4-1.4.18/m4/mmap-anon.m4
m4-1.4.18/m4/tmpdir.m4
m4-1.4.18/m4/errno_h.m4
m4-1.4.18/m4/xalloc.m4
m4-1.4.18/m4/lseek.m4
m4-1.4.18/m4/posix_spawn.m4
m4-1.4.18/m4/getcwd.m4
m4-1.4.18/m4/mkdtemp.m4
m4-1.4.18/m4/dirname.m4
m4-1.4.18/m4/sys_types_h.m4
m4-1.4.18/m4/mbstate_t.m4
m4-1.4.18/m4/minmax.m4
m4-1.4.18/m4/stat.m4
m4-1.4.18/m4/fstat.m4
m4-1.4.18/m4/sys_wait_h.m4
m4-1.4.18/m4/fseek.m4
m4-1.4.18/m4/spawn_h.m4
m4-1.4.18/m4/isnand.m4
m4-1.4.18/m4/multiarch.m4
m4-1.4.18/m4/xsize.m4
m4-1.4.18/m4/getopt.m4
m4-1.4.18/m4/unistd-safer.m4
m4-1.4.18/m4/exponentd.m4
m4-1.4.18/m4/fclose.m4
m4-1.4.18/m4/sys_socket_h.m4
m4-1.4.18/m4/assert.m4
m4-1.4.18/m4/builtin-expect.m4
m4-1.4.18/m4/eealloc.m4
m4-1.4.18/m4/close-stream.m4
m4-1.4.18/m4/sleep.m4
m4-1.4.18/m4/canonicalize.m4
m4-1.4.18/m4/memchr.m4
m4-1.4.18/m4/locale-fr.m4
m4-1.4.18/m4/rawmemchr.m4
m4-1.4.18/m4/stdalign.m4
m4-1.4.18/m4/langinfo_h.m4
m4-1.4.18/m4/lstat.m4
m4-1.4.18/m4/isblank.m4
m4-1.4.18/m4/gnulib-comp.m4
m4-1.4.18/m4/readdir.m4
m4-1.4.18/m4/strchrnul.m4
m4-1.4.18/m4/asm-underscore.m4
m4-1.4.18/m4/alloca.m4
m4-1.4.18/m4/sig_atomic_t.m4
m4-1.4.18/m4/off_t.m4
m4-1.4.18/m4/locale-ja.m4
m4-1.4.18/m4/sys_time_h.m4
m4-1.4.18/m4/sigpipe.m4
m4-1.4.18/m4/extern-inline.m4
m4-1.4.18/m4/printf-frexpl.m4
m4-1.4.18/m4/quotearg.m4
m4-1.4.18/m4/ssize_t.m4
m4-1.4.18/m4/sigaction.m4
m4-1.4.18/m4/locale-tr.m4
m4-1.4.18/m4/math_h.m4
m4-1.4.18/m4/absolute-header.m4
m4-1.4.18/m4/threadlib.m4
m4-1.4.18/m4/strndup.m4
m4-1.4.18/m4/vasnprintf.m4
m4-1.4.18/m4/lcmessage.m4
m4-1.4.18/m4/ftell.m4
m4-1.4.18/m4/malloca.m4
m4-1.4.18/m4/error.m4
m4-1.4.18/m4/dirent_h.m4
m4-1.4.18/m4/printf-frexp.m4
m4-1.4.18/m4/wctype_h.m4
m4-1.4.18/m4/fseeko.m4
m4-1.4.18/m4/frexp.m4
m4-1.4.18/m4/ctype.m4
m4-1.4.18/m4/time_h.m4
m4-1.4.18/m4/fpieee.m4
m4-1.4.18/m4/wait-process.m4
m4-1.4.18/m4/lib-prefix.m4
m4-1.4.18/m4/signbit.m4
m4-1.4.18/m4/symlink.m4
m4-1.4.18/m4/limits-h.m4
m4-1.4.18/m4/stdio_h.m4
m4-1.4.18/m4/strstr.m4
m4-1.4.18/m4/open.m4
m4-1.4.18/m4/strerror.m4
m4-1.4.18/m4/printf.m4
m4-1.4.18/m4/msvc-inval.m4
m4-1.4.18/m4/fcntl-o.m4
m4-1.4.18/m4/stddef_h.m4
m4-1.4.18/m4/setlocale.m4
m4-1.4.18/m4/regex.m4
m4-1.4.18/m4/vasprintf-posix.m4
m4-1.4.18/m4/localeconv.m4
m4-1.4.18/m4/closein.m4
m4-1.4.18/m4/fpending.m4
m4-1.4.18/m4/nl_langinfo.m4
m4-1.4.18/m4/opendir.m4
m4-1.4.18/m4/libsigsegv.m4
m4-1.4.18/m4/xstrndup.m4
m4-1.4.18/m4/config-h.m4
m4-1.4.18/m4/c-stack.m4
m4-1.4.18/m4/raise.m4
m4-1.4.18/m4/localcharset.m4
m4-1.4.18/m4/intmax_t.m4
m4-1.4.18/m4/lock.m4
m4-1.4.18/m4/tempname.m4
m4-1.4.18/m4/string_h.m4
m4-1.4.18/m4/localename.m4
m4-1.4.18/m4/fcntl_h.m4
m4-1.4.18/m4/gnulib-common.m4
m4-1.4.18/m4/gnulib-cache.m4
m4-1.4.18/m4/isnanf.m4
m4-1.4.18/m4/inttypes-pri.m4
m4-1.4.18/m4/execute.m4
m4-1.4.18/m4/intlmacosx.m4
m4-1.4.18/m4/rename.m4
m4-1.4.18/m4/freadahead.m4
m4-1.4.18/m4/inttypes.m4
m4-1.4.18/m4/glibc21.m4
m4-1.4.18/m4/ungetc.m4
m4-1.4.18/m4/stdint.m4
m4-1.4.18/m4/mbsinit.m4
m4-1.4.18/m4/strnlen.m4
m4-1.4.18/m4/unistd_h.m4
m4-1.4.18/m4/waitpid.m4
m4-1.4.18/m4/spawn-pipe.m4
m4-1.4.18/m4/vasprintf.m4
m4-1.4.18/m4/00gnulib.m4
m4-1.4.18/m4/strsignal.m4
m4-1.4.18/m4/signal_h.m4
m4-1.4.18/m4/ftello.m4
m4-1.4.18/m4/closeout.m4
m4-1.4.18/m4/configmake.m4
m4-1.4.18/m4/locale_h.m4
m4-1.4.18/m4/strtod.m4
m4-1.4.18/m4/lib-link.m4
m4-1.4.18/m4/wchar_h.m4
m4-1.4.18/m4/rmdir.m4
m4-1.4.18/m4/warnings.m4
m4-1.4.18/m4/exponentf.m4
m4-1.4.18/m4/isnanl.m4
m4-1.4.18/m4/mode_t.m4
m4-1.4.18/m4/mbtowc.m4
m4-1.4.18/m4/wint_t.m4
m4-1.4.18/m4/getdtablesize.m4
m4-1.4.18/m4/nocrash.m4
m4-1.4.18/m4/wchar_t.m4
m4-1.4.18/m4/fopen.m4
m4-1.4.18/m4/longlong.m4
m4-1.4.18/m4/strdup.m4
m4-1.4.18/m4/closedir.m4
m4-1.4.18/m4/environ.m4
m4-1.4.18/m4/locale-zh.m4
m4-1.4.18/m4/readlink.m4
m4-1.4.18/m4/write.m4
m4-1.4.18/m4/stdint_h.m4
m4-1.4.18/m4/include_next.m4
m4-1.4.18/m4/getprogname.m4
m4-1.4.18/m4/ldexp.m4
m4-1.4.18/m4/largefile.m4
m4-1.4.18/m4/ldexpl.m4
m4-1.4.18/m4/lib-ld.m4
m4-1.4.18/m4/gettimeofday.m4
m4-1.4.18/m4/xvasprintf.m4
m4-1.4.18/m4/signalblocking.m4
m4-1.4.18/m4/ansi-c++.m4
m4-1.4.18/m4/codeset.m4
m4-1.4.18/m4/mbrtowc.m4
m4-1.4.18/m4/dup.m4
m4-1.4.18/m4/malloc.m4
m4-1.4.18/m4/fflush.m4
m4-1.4.18/m4/sys_stat_h.m4
m4-1.4.18/m4/tls.m4
m4-1.4.18/m4/fpurge.m4
m4-1.4.18/m4/obstack.m4
m4-1.4.18/m4/double-slash-root.m4
m4-1.4.18/m4/wcrtomb.m4
m4-1.4.18/m4/sched_h.m4
m4-1.4.18/m4/wctob.m4
m4-1.4.18/m4/msvc-nothrow.m4
m4-1.4.18/m4/fatal-signal.m4
m4-1.4.18/m4/float_h.m4
m4-1.4.18/.version
m4-1.4.18/lib/
m4-1.4.18/lib/strtod.c
m4-1.4.18/lib/verror.c
m4-1.4.18/lib/stdio-write.c
m4-1.4.18/lib/progname.c
m4-1.4.18/lib/sig-handler.h
m4-1.4.18/lib/gl_anytree_oset.h
m4-1.4.18/lib/exitfail.h
m4-1.4.18/lib/stdbool.in.h
m4-1.4.18/lib/stdarg.in.h
m4-1.4.18/lib/getdtablesize.c
m4-1.4.18/lib/lstat.c
m4-1.4.18/lib/sys_stat.in.h
m4-1.4.18/lib/rename.c
m4-1.4.18/lib/lseek.c
m4-1.4.18/lib/fpending.h
m4-1.4.18/lib/memchr.valgrind
m4-1.4.18/lib/gl_anyhash_list1.h
m4-1.4.18/lib/spawn_faction_destroy.c
m4-1.4.18/lib/xmalloc.c
m4-1.4.18/lib/localcharset.c
m4-1.4.18/lib/sys_time.in.h
m4-1.4.18/lib/binary-io.h
m4-1.4.18/lib/stdio.in.h
m4-1.4.18/lib/stdio-impl.h
m4-1.4.18/lib/spawn-pipe.h
m4-1.4.18/lib/xsize.h
m4-1.4.18/lib/fcntl.c
m4-1.4.18/lib/streq.h
m4-1.4.18/lib/spawn_faction_addopen.c
m4-1.4.18/lib/pathmax.h
m4-1.4.18/lib/spawnattr_setsigmask.c
m4-1.4.18/lib/dirname.c
m4-1.4.18/lib/xvasprintf.c
m4-1.4.18/lib/xsize.c
m4-1.4.18/lib/raise.c
m4-1.4.18/lib/printf-args.h
m4-1.4.18/lib/error.h
m4-1.4.18/lib/frexpl.c
m4-1.4.18/lib/fseeko.c
m4-1.4.18/lib/stdio--.h
m4-1.4.18/lib/spawnattr_destroy.c
m4-1.4.18/lib/freadahead.h
m4-1.4.18/lib/spawn.in.h
m4-1.4.18/lib/xstrndup.h
m4-1.4.18/lib/spawnp.c
m4-1.4.18/lib/printf-frexp.h
m4-1.4.18/lib/xprintf.h
m4-1.4.18/lib/gl_linkedhash_list.h
m4-1.4.18/lib/itold.c
m4-1.4.18/lib/basename-lgpl.c
m4-1.4.18/lib/xasprintf.c
m4-1.4.18/lib/error.c
m4-1.4.18/lib/same-inode.h
m4-1.4.18/lib/msvc-nothrow.h
m4-1.4.18/lib/c-strcaseeq.h
m4-1.4.18/lib/strndup.c
m4-1.4.18/lib/signbitl.c
m4-1.4.18/lib/getopt.c
m4-1.4.18/lib/fopen.c
m4-1.4.18/lib/c-stack.c
m4-1.4.18/lib/vasnprintf.c
m4-1.4.18/lib/mbtowc.c
m4-1.4.18/lib/unistd--.h
m4-1.4.18/lib/sigprocmask.c
m4-1.4.18/lib/mkstemp.c
m4-1.4.18/lib/closeout.h
m4-1.4.18/lib/stripslash.c
m4-1.4.18/lib/fd-safer-flag.c
m4-1.4.18/lib/close.c
m4-1.4.18/lib/fatal-signal.c
m4-1.4.18/lib/regcomp.c
m4-1.4.18/lib/getprogname.c
m4-1.4.18/lib/xprintf.c
m4-1.4.18/lib/spawn_faction_adddup2.c
m4-1.4.18/lib/siglist.h
m4-1.4.18/lib/float+.h
m4-1.4.18/lib/btowc.c
m4-1.4.18/lib/regex_internal.c
m4-1.4.18/lib/gl_list.c
m4-1.4.18/lib/mkdtemp.c
m4-1.4.18/lib/binary-io.c
m4-1.4.18/lib/unistd.c
m4-1.4.18/lib/float.c
m4-1.4.18/lib/mkstemp-safer.c
m4-1.4.18/lib/mbrtowc.c
m4-1.4.18/lib/sig-handler.c
m4-1.4.18/lib/rawmemchr.c
m4-1.4.18/lib/xvasprintf.h
m4-1.4.18/lib/spawn_faction_init.c
m4-1.4.18/lib/stdlib--.h
m4-1.4.18/lib/progname.h
m4-1.4.18/lib/freading.h
m4-1.4.18/lib/tempname.c
m4-1.4.18/lib/time.in.h
m4-1.4.18/lib/fpending.c
m4-1.4.18/lib/vasnprintf.h
m4-1.4.18/lib/isnand.c
m4-1.4.18/lib/isnan.c
m4-1.4.18/lib/wctype-h.c
m4-1.4.18/lib/execute.h
m4-1.4.18/lib/filenamecat-lgpl.c
m4-1.4.18/lib/c-ctype.c
m4-1.4.18/lib/xmalloca.c
m4-1.4.18/lib/dosname.h
m4-1.4.18/lib/wctype.in.h
m4-1.4.18/lib/exitfail.c
m4-1.4.18/lib/c-ctype.h
m4-1.4.18/lib/hard-locale.c
m4-1.4.18/lib/math.in.h
m4-1.4.18/lib/msvc-inval.h
m4-1.4.18/lib/memchr.c
m4-1.4.18/lib/regex.c
m4-1.4.18/lib/gl_oset.h
m4-1.4.18/lib/verror.h
m4-1.4.18/lib/fclose.c
m4-1.4.18/lib/config.hin
m4-1.4.18/lib/fflush.c
m4-1.4.18/lib/stdio-safer.h
m4-1.4.18/lib/gl_avltree_oset.h
m4-1.4.18/lib/stdlib.in.h
m4-1.4.18/lib/tmpdir.c
m4-1.4.18/lib/strstr.c
m4-1.4.18/lib/cloexec.c
m4-1.4.18/lib/rmdir.c
m4-1.4.18/lib/malloca.h
m4-1.4.18/lib/asnprintf.c
m4-1.4.18/lib/canonicalize-lgpl.c
m4-1.4.18/lib/regexec.c
m4-1.4.18/lib/getopt.in.h
m4-1.4.18/lib/close-stream.h
m4-1.4.18/lib/localcharset.h
m4-1.4.18/lib/cloexec.h
m4-1.4.18/lib/dirname.h
m4-1.4.18/lib/malloca.valgrind
m4-1.4.18/lib/printf-frexpl.h
m4-1.4.18/lib/signal.in.h
m4-1.4.18/lib/sys_types.in.h
m4-1.4.18/lib/unistd-safer.h
m4-1.4.18/lib/getopt_int.h
m4-1.4.18/lib/verify.h
m4-1.4.18/lib/mbsinit.c
m4-1.4.18/lib/filenamecat.h
m4-1.4.18/lib/dup-safer.c
m4-1.4.18/lib/fatal-signal.h
m4-1.4.18/lib/version-etc.c
m4-1.4.18/lib/locale.in.h
m4-1.4.18/lib/gettimeofday.c
m4-1.4.18/lib/wait-process.h
m4-1.4.18/lib/regex_internal.h
m4-1.4.18/lib/gl_xoset.c
m4-1.4.18/lib/quotearg.h
m4-1.4.18/lib/quotearg.c
m4-1.4.18/lib/strsignal.c
m4-1.4.18/lib/rawmemchr.valgrind
m4-1.4.18/lib/secure_getenv.c
m4-1.4.18/lib/strerror.c
m4-1.4.18/lib/version-etc.h
m4-1.4.18/lib/wait-process.c
m4-1.4.18/lib/stat.c
m4-1.4.18/lib/asprintf.c
m4-1.4.18/lib/errno.in.h
m4-1.4.18/lib/c-strcasecmp.c
m4-1.4.18/lib/glthread/
m4-1.4.18/lib/glthread/tls.c
m4-1.4.18/lib/glthread/tls.h
m4-1.4.18/lib/glthread/threadlib.c
m4-1.4.18/lib/glthread/lock.c
m4-1.4.18/lib/glthread/lock.h
m4-1.4.18/lib/memchr2.valgrind
m4-1.4.18/lib/printf-args.c
m4-1.4.18/lib/xalloc-die.c
m4-1.4.18/lib/close-stream.c
m4-1.4.18/lib/localeconv.c
m4-1.4.18/lib/ignore-value.h
m4-1.4.18/lib/gl_xoset.h
m4-1.4.18/lib/nl_langinfo.c
m4-1.4.18/lib/gl_avltree_oset.c
m4-1.4.18/lib/isnand-nolibm.h
m4-1.4.18/lib/alignof.h
m4-1.4.18/lib/gl_anylinked_list1.h
m4-1.4.18/lib/ref-del.sin
m4-1.4.18/lib/strchrnul.c
m4-1.4.18/lib/version-etc-fsf.c
m4-1.4.18/lib/frexp.c
m4-1.4.18/lib/spawn_int.h
m4-1.4.18/lib/strchrnul.valgrind
m4-1.4.18/lib/obstack.h
m4-1.4.18/lib/dup2.c
m4-1.4.18/lib/msvc-nothrow.c
m4-1.4.18/lib/printf-frexp.c
m4-1.4.18/lib/spawn-pipe.c
m4-1.4.18/lib/xmalloca.h
m4-1.4.18/lib/tempname.h
m4-1.4.18/lib/fstat.c
m4-1.4.18/lib/tmpdir.h
m4-1.4.18/lib/isnanf.c
m4-1.4.18/lib/gl_xlist.h
m4-1.4.18/lib/minmax.h
m4-1.4.18/lib/stdlib-safer.h
m4-1.4.18/lib/pipe-safer.c
m4-1.4.18/lib/dirname-lgpl.c
m4-1.4.18/lib/regex.h
m4-1.4.18/lib/msvc-inval.c
m4-1.4.18/lib/execute.c
m4-1.4.18/lib/snprintf.c
m4-1.4.18/lib/gl_linkedhash_list.c
m4-1.4.18/lib/closeout.c
m4-1.4.18/lib/printf-frexpl.c
m4-1.4.18/lib/langinfo.in.h
m4-1.4.18/lib/fpucw.h
m4-1.4.18/lib/freadahead.c
m4-1.4.18/lib/Makefile.am
m4-1.4.18/lib/xalloc.h
m4-1.4.18/lib/signbitd.c
m4-1.4.18/lib/isnanl-nolibm.h
m4-1.4.18/lib/unistd.in.h
m4-1.4.18/lib/memchr2.h
m4-1.4.18/lib/isnanf-nolibm.h
m4-1.4.18/lib/fseek.c
m4-1.4.18/lib/sched.in.h
m4-1.4.18/lib/fd-hook.c
m4-1.4.18/lib/waitpid.c
m4-1.4.18/lib/gettext.h
m4-1.4.18/lib/wcrtomb.c
m4-1.4.18/lib/ref-add.sin
m4-1.4.18/lib/freading.c
m4-1.4.18/lib/sigaction.c
m4-1.4.18/lib/stddef.in.h
m4-1.4.18/lib/unlocked-io.h
m4-1.4.18/lib/vasprintf.c
m4-1.4.18/lib/readlink.c
m4-1.4.18/lib/gl_oset.c
m4-1.4.18/lib/clean-temp.c
m4-1.4.18/lib/dup-safer-flag.c
m4-1.4.18/lib/printf-parse.h
m4-1.4.18/lib/c-strncasecmp.c
m4-1.4.18/lib/closein.h
m4-1.4.18/lib/fpurge.c
m4-1.4.18/lib/config.charset
m4-1.4.18/lib/alloca.in.h
m4-1.4.18/lib/spawn_faction_addclose.c
m4-1.4.18/lib/gl_xlist.c
m4-1.4.18/lib/spawnattr_init.c
m4-1.4.18/lib/signbitf.c
m4-1.4.18/lib/gl_anylinked_list2.h
m4-1.4.18/lib/spawnattr_setflags.c
m4-1.4.18/lib/stdint.in.h
m4-1.4.18/lib/pipe2-safer.c
m4-1.4.18/lib/gnulib.mk
m4-1.4.18/lib/xalloc-oversized.h
m4-1.4.18/lib/fopen-safer.c
m4-1.4.18/lib/c-strcase.h
m4-1.4.18/lib/isnanl.c
m4-1.4.18/lib/wchar.in.h
m4-1.4.18/lib/ftello.c
m4-1.4.18/lib/getopt1.c
m4-1.4.18/lib/filenamecat.c
m4-1.4.18/lib/malloca.c
m4-1.4.18/lib/str-two-way.h
m4-1.4.18/lib/fcntl.in.h
m4-1.4.18/lib/float.in.h
m4-1.4.18/lib/getprogname.h
m4-1.4.18/lib/math.c
m4-1.4.18/lib/mbtowc-impl.h
m4-1.4.18/lib/clean-temp.h
m4-1.4.18/lib/open.c
m4-1.4.18/lib/fd-safer.c
m4-1.4.18/lib/spawni.c
m4-1.4.18/lib/w32spawn.h
m4-1.4.18/lib/gl_anyhash_list2.h
m4-1.4.18/lib/strerror-override.h
m4-1.4.18/lib/closein.c
m4-1.4.18/lib/limits.in.h
m4-1.4.18/lib/obstack.c
m4-1.4.18/lib/sys_wait.in.h
m4-1.4.18/lib/Makefile.in
m4-1.4.18/lib/memchr2.c
m4-1.4.18/lib/basename.c
m4-1.4.18/lib/string.in.h
m4-1.4.18/lib/intprops.h
m4-1.4.18/lib/strnlen.c
m4-1.4.18/lib/fd-hook.h
m4-1.4.18/lib/ftell.c
m4-1.4.18/lib/quote.h
m4-1.4.18/lib/xstrndup.c
m4-1.4.18/lib/hard-locale.h
m4-1.4.18/lib/printf-parse.c
m4-1.4.18/lib/c-stack.h
m4-1.4.18/lib/pipe2.c
m4-1.4.18/lib/malloc.c
m4-1.4.18/lib/size_max.h
m4-1.4.18/lib/gl_list.h
m4-1.4.18/lib/strerror-override.c
m4-1.4.18/cfg.mk
m4-1.4.18/INSTALL
m4-1.4.18/THANKS
m4-1.4.18/src/
m4-1.4.18/src/macro.c
m4-1.4.18/src/format.c
m4-1.4.18/src/output.c
m4-1.4.18/src/symtab.c
m4-1.4.18/src/m4.c
m4-1.4.18/src/path.c
m4-1.4.18/src/debug.c
m4-1.4.18/src/Makefile.am
m4-1.4.18/src/input.c
m4-1.4.18/src/eval.c
m4-1.4.18/src/builtin.c
m4-1.4.18/src/m4.h
m4-1.4.18/src/freeze.c
m4-1.4.18/src/Makefile.in
m4-1.4.18/build-aux/
m4-1.4.18/build-aux/compile
m4-1.4.18/build-aux/update-copyright
m4-1.4.18/build-aux/gitlog-to-changelog
m4-1.4.18/build-aux/texinfo.tex
m4-1.4.18/build-aux/depcomp
m4-1.4.18/build-aux/gnu-web-doc-update
m4-1.4.18/build-aux/useless-if-before-free
m4-1.4.18/build-aux/snippet/
m4-1.4.18/build-aux/snippet/_Noreturn.h
m4-1.4.18/build-aux/snippet/c++defs.h
m4-1.4.18/build-aux/snippet/warn-on-use.h
m4-1.4.18/build-aux/snippet/arg-nonnull.h
m4-1.4.18/build-aux/snippet/unused-parameter.h
m4-1.4.18/build-aux/gendocs.sh
m4-1.4.18/build-aux/test-driver
m4-1.4.18/build-aux/config.rpath
m4-1.4.18/build-aux/announce-gen
m4-1.4.18/build-aux/do-release-commit-and-tag
m4-1.4.18/build-aux/gnupload
m4-1.4.18/build-aux/config.guess
m4-1.4.18/build-aux/ar-lib
m4-1.4.18/build-aux/install-sh
m4-1.4.18/build-aux/vc-list-files
m4-1.4.18/build-aux/missing
m4-1.4.18/build-aux/mdate-sh
m4-1.4.18/build-aux/config.sub
m4-1.4.18/build-aux/git-version-gen
m4-1.4.18/doc/
m4-1.4.18/doc/version.texi
m4-1.4.18/doc/m4.info
m4-1.4.18/doc/m4.1
m4-1.4.18/doc/m4.info-2
m4-1.4.18/doc/fdl-1.3.texi
m4-1.4.18/doc/gendocs_template
m4-1.4.18/doc/m4.texi
m4-1.4.18/doc/gpl-3.0.texi
m4-1.4.18/doc/Makefile.am
m4-1.4.18/doc/stamp-vti
m4-1.4.18/doc/Makefile.in
m4-1.4.18/doc/m4.info-1
m4-1.4.18/acinclude.m4
m4-1.4.18/TODO
m4-1.4.18/configure
m4-1.4.18/Makefile.am
m4-1.4.18/.tarball-version
m4-1.4.18/.prev-version
m4-1.4.18/COPYING
m4-1.4.18/NEWS
m4-1.4.18/README
m4-1.4.18/AUTHORS
m4-1.4.18/Makefile.in
m4-1.4.18/bootstrap
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ ll
total 1192
drwxrwxr-x  3 rootroot rootroot    4096 5月   5 10:54 ./
drwxr-xr-x 43 rootroot rootroot    4096 5月   5 10:53 ../
drwxrwxr-x 10 rootroot rootroot    4096 1月   1  2017 m4-1.4.18/
-rwx------  1 rootroot rootroot 1207688 4月  17  2020 m4-1.4.18.tar.xz*
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ tar jcv^C1.tar.bz2 m4-1.4.18
rootroot@rootroot-X99-Turbo:~/temp$ tar Jxv^Cm4-1.4.18.tar.xz 
rootroot@rootroot-X99-Turbo:~/temp$ tar jcf.tar.bz2 m4-1.4.18/
tar: Old option 'b' requires an argument.
Try 'tar --help' or 'tar --usage' for more information.
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ tar jcf 1.tar.bz2 m4-1.4.18/
rootroot@rootroot-X99-Turbo:~/temp$ ll
total 2672
drwxrwxr-x  3 rootroot rootroot    4096 5月   5 11:04 ./
drwxr-xr-x 43 rootroot rootroot    4096 5月   5 10:53 ../
-rw-rw-r--  1 rootroot rootroot 1511754 5月   5 11:04 1.tar.bz2
drwxrwxr-x 10 rootroot rootroot    4096 1月   1  2017 m4-1.4.18/
-rwx------  1 rootroot rootroot 1207688 4月  17  2020 m4-1.4.18.tar.xz*
rootroot@rootroot-X99-Turbo:~/temp$ file 1.tar.bz2 
1.tar.bz2: bzip2 compressed data, block size = 900k
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ tar Jcf 2.tar.xz m4-1.4.18
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ ll
total 3868
drwxrwxr-x  3 rootroot rootroot    4096 5月   5 11:05 ./
drwxr-xr-x 43 rootroot rootroot    4096 5月   5 10:53 ../
-rw-rw-r--  1 rootroot rootroot 1511754 5月   5 11:04 1.tar.bz2
-rw-rw-r--  1 rootroot rootroot 1221804 5月   5 11:05 2.tar.xz
drwxrwxr-x 10 rootroot rootroot    4096 1月   1  2017 m4-1.4.18/
-rwx------  1 rootroot rootroot 1207688 4月  17  2020 m4-1.4.18.tar.xz*
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ file 2.tar.xz
2.tar.xz: XZ compressed data
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ 
rootroot@rootroot-X99-Turbo:~/temp$ 

[END] 2025/5/5 11:17:35
 

相关文章:

  • Allegro23.1新功能之自动添加器件下方相邻层禁布操作指导
  • Adobe LiveCycle Designer
  • Android控件VideoView用法
  • DeepSeek-能力边界
  • 数据库的并发控制
  • USB资料摘录for后期,bus hound使用
  • 小白学习java第16天(下):javaweb
  • 凸性(Convexity)
  • Python小酷库系列:bidict,可以双向查询的dict
  • 2025年5月5日星期一的摸鱼大冒险
  • 音视频作品:AI生成音乐、短视频的邻接权保护
  • 基于yolov11的灭火器检测系统python源码+pytorch模型+评估指标曲线+精美GUI界面
  • NV287NV291美光固态闪存NV293NV294
  • Kubernetes排错(七)-节点排错
  • 用 Python 分析 IRIS 数据集:概率论与数理统计实战教程
  • 嵌入式开发学习日志Day13
  • 2025年最新Linux的Redis主从集群搭建
  • [C++] 小游戏 决战苍穹
  • 深度学习系统学习系列【4】之反向传播(BP)四个基本公式推导
  • 12. 多线程(9) --- 案例:定时器
  • “五一”假期全社会跨区域人员流动量超14.65亿人次
  • IPO周报|节后首批3只新股本周申购,色谱设备龙头来了
  • 恒瑞医药通过港交所上市聆讯,最快或5月挂牌上市
  • 晒被子最大的好处,其实不是杀螨虫,而是……
  • 射箭世界杯赛上海站即将开幕,多方联动讲好上海故事
  • 牧草之王苜蓿的江南驯化史