Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to display a file name which has zero bytes in size.

Answer Posted / akula

ls -ltr | grep "^-" | sort -nk5 | head -1
or
ls -ltr | grep "^-" | sort -nk5 | head -1 | awk '{ print $9 }'

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is time_t?

1161


What is the command to view process running?

1153


Which command is used to copy files?

1246


Which command should you use to find the remaining disk space in unix server?

1346


What does this command do? Cat food 1 > kitty

1632


What is grep command in unix with examples?

1283


What does the command '$ls | wc –l > file1' do?

1296


Which unix command lists files/folders in alphabetical order?

1846


What are bash commands?

1223


What does grep v grep do?

1123


Which command is used to create a directory?

1223


What is a command and examples?

1280


What does find command return in unix?

1200


What is the function of grep command in unix?

1227


What does this command do,"$more readme.txt“?

1205