answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you find the files which is less than 1kb in unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In unix how will you find extension of file using commands?

Unix files do not rely on extensions, therefore there is no command to find them.


Unix is less stable than MS Windows?

ms windows is byfar less stable than unix


How do you find files in Linux and Unix?

Linux and Unix and their variants have several different ways of locating files. each of the below commands can be used to locate files.findlocatewheriswhich


What are some of the most useful unix commands?

Unix has a number of useful commands. They include "find" to find files and "admin" to administer SCCS files. Other are "asa" to axcess text processing and "date" to display date and time.


What is the Unix command to count the number of files in current directory?

find -type f | wc -l


How can you view files text content in unix?

You can view the content of any file (text or not) in Unix by using any editor or filter or pager program, such as 'less', 'more', 'cat', 'vi', etc.


Can you compare more than 2 files in UNIX?

With the standard utilities of Unix you can compare up to 3 files line by line (using the diff3 utility). If you want anything more than that you will need to write a program or use a scripting language such as Perl to create a report.


How do you find the largest file in Unix?

There is no simple command available to find out the largest files/directories on a Linux/UNIX/BSD filesystem you can easily find out list of largest files/directoris: du -a /var | sort -n -r | head -n 1


Where are the C header files in Linux?

The C header files are in the same place as other Unix and Unix-like systems: /usr/include if you installed the compiler.


How do you read pz files in Unix?

I can't find any official reference to a 'pz' file - are you referring to a compressed PNG?


What is the system file in Unix?

There is no the system file. There are many files necessary to create a working Unix system.


What is the most popular ways for sharing files under UNIX?

For Unix systems that are only talking to other Unix systems NFS (Network File System) is the most popular. If you want to share Unix files with Windows systems, then Samba is one of the most popular ways to accomplish this.