Avatar of BharathKumarRaju DasaraRaju
BharathKumarRaju DasaraRajuFlag for India

asked on 

How to remove series of files using awk print command itself?

I can do the deletion with the below command...
bharathkumar@vm-0:~$ ls -lrt [0-9]* | awk '{print $NF}' | xargs kill -9

But i need to try with help pf print command itself below.......why it is not deleting is there any way to do the deletion... please advise?

bharathkumar@vm-0:~$ ls -lrt [0-9]* | awk '{print $NF}'
1
2
3
4
5
6
7
9
8
10
bharathkumar@vm-0:~$ ls -lrt [0-9]* | awk '{print "rm -f " $NF}'
rm -f 1
rm -f 2
rm -f 3
rm -f 4
rm -f 5
rm -f 6
rm -f 7
rm -f 9
rm -f 8
rm -f 10

bharathkumar@vm-0:~$ ls -lrt [0-9]*                                                                                                                                                 
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 1
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 2
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 3
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 4
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 5
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 6
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 7
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 9
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 8
-rw-r--r-- 1 bharathkumar bharathkumar 0 Sep 13 05:52 10
bharathkumar@vm-0:~$  
LinuxLinux DistributionsUnix OS

Avatar of undefined
Last Comment
BharathKumarRaju DasaraRaju
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 BharathKumarRaju DasaraRaju

ASKER

@ozo..

Thanks a lot for your quick reply..... iam learning awk...awk...awk... commandline power of awk ...... awk please
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.
Thank you !!!!
Linux
Linux

Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.

71K
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