Sindbad~EG File Manager

Current Path : /proc/self/root/usr/share/awk/
Upload File :
Current File : //proc/self/root/usr/share/awk/readfile.awk

# readfile.awk --- read an entire file at once
#
# Original idea by Denis Shirokov, cosmogen@gmail.com, April 2013
#

function readfile(file,     tmp, save_rs)
{
    save_rs = RS
    RS = "^$"
    getline tmp < file
    close(file)
    RS = save_rs

    return tmp
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists