Avatar of beer9
beer9Flag for India

asked on 

How to truncate a log file using perl.

I would like to delete all the lines of a log file except the bottom 100 line,
How can I do it using the perl? do I need to use $. variable for this. Could
someone please help me out. Thanks!
Perl

Avatar of undefined
Last Comment
beer9
ASKER CERTIFIED SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Kim Ryan
Kim Ryan
Flag of Australia image

You could jut use the tail and move commands for unix
tail -100 file.txt > tail.txt
mv tail.txt file.txt
Avatar of beer9
beer9
Flag of India image

ASKER

any way to get the same using perl ? using basic function and module. Thanks!
SOLUTION
Avatar of Kim Ryan
Kim Ryan
Flag of Australia image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
Avatar of beer9
beer9
Flag of India image

ASKER

Thank you :-)
Perl
Perl

Perl is a high-level, general-purpose, interpreted, dynamic programming languages with over 25 years of development. Perl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large-scale development projects. Perl gained widespread popularity as a Common Gateway Interface (CGI) scripting language, in part due to its regular expression and string parsing abilities. In addition to CGI, Perl is used for graphics programming, system administration, network programming, finance, bioinformatics, and other applications.

26K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo