文件操作 - unix-checker.pm
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/openssl-1.1.1w/Configurations/unix-checker.pm
编辑文件内容
#! /usr/bin/perl use Config; # Check that the perl implementation file modules generate paths that # we expect for the platform use File::Spec::Functions qw(:DEFAULT rel2abs); if (rel2abs('.') !~ m|/|) { die <<EOF; ****************************************************************************** This perl implementation doesn't produce Unix like paths (with forward slash directory separators). Please use an implementation that matches your building platform. This Perl version: $Config{version} for $Config{archname} ****************************************************************************** EOF } 1;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件