我们在Linux中有文件并复制到AIX中。AIX中相同大小的文件。
Linux - ext3文件系统AIX - jfs2文件系统
两个文件系统在相同的块大小4k
size in Linux
du -sk p14727347_112030_AIX64-5L.zip
1160568 p14727347_112030_AIX64-5L.zip
Size in AIX
du -sk p14727347_112030_AIX64-5L.zip
1159484 p14727347_112030_AIX64-5L.zip
知道它为什么不同吗?
我正试着用剧本来得到否定。从现在到未来的日子。我打算在AIX和linux上从公共位置运行这个脚本。现在,我将模块DateTime用于linux,Date::Calc用于AIX。由于某些原因,每个操作系统在另一个操作系统中都不能工作。所以,我正在写一个if语句并检查操作系统。如果是AIX,则使用Date::Calc或DateTime。这是我的密码
#!/usr/bin/perl
use strict;
use warnings;
my $OS = `uname`;
if ( $OS=~/AIX/i ) {
use Date::Calc qw(Delta_Days);
my @today = (l
我想自动化expect for passwd,但我没有安装的权限。但是如果我可以复制并粘贴expect源代码并执行.c files usingcc/gcc and generate the executable expect.
或
我是否可以从linux复制expect可执行文件,然后在其他地方使用它,比如在solaris、aix等?
这是/usr/bin/expect in my linux box中的expect:
[root@test]# file /usr/bin/expect
/usr/bin/expect: ELF 64-bit LSB executable, AMD x86-64
我有一个文件,它有多行,结构如下:
Text line1: xxxx
Text line2: x
OS: "MacOS"
NotOS: "Linux"
Text line3:
ID: 12345
或
Text line1: xxxx
Text line2: x
OS: "MacOS|Linux|Red Hat|Windows|Ubuntu|CentOS|Fedora"
NotOS: "HP-UX"
Text line3:
ID: 12345
我希望获得在OS字段中有"CentOS“,但在NotOS字段中没有"Lin