answersLogoWhite

0

What is sorted files?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

A file may contain any data which may or may not be structured . To sort a file different sorting techniques can be used quick sort , merge sort etc. A sorted file is structured and make searching process easy.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How can data be sorted in a database?

it can be sorted by files kamran :)


The process of combining two sorted file is called?

The process of combining two sorted files is called merging. This involves merging the contents of the two files into a single sorted file while maintaining the order of the elements.


What command locates identical lines within two identically sorted files?

the find command, locates the identical lines within two identically sorted files. Your Welcome.


What command sends a list of files in the working directory to the printer sorted by size?

control+x+insert


Is merge sort external sorting?

Can be. (Meaning: you can merge sorted files without loading them entirely into the main memory.)


Write and demonstrate the UNIX commands for the following Find the number files in a directory Create a sorted list of logged in users. Find the number of lines containing the text IGNOU?

You are asking for two different things here. For a sorted list of users, type 'users'. For the number of lines containing any text, type: grep -c IGNOU list-of-files


Show sorted list of files in your home directory those contain the word 'computer 'inside them?

In UNIX, type `grep -l computer *`. This should list the names of all files that contain the word 'computer' in alphabetical order.


What is a sentence with accordance in it?

I need help to so someone put the answer up soon - by Thursday"The secretary sorted the files in alphabetical order in accordance with her boss's demands".


Into what 3 categories is paper sorted?

where and how is paper sorted? where and how is paper sorted?


How do you get sorted on harrypottercom?

You cannot get sorted on that website. However, you can be sorted on Pottermore.


How do poorly sorted and well sorted sediments differ?

the well sorted is on the left & the poorly sorted is on the right .. It all depends on the arrangement and size of the rocks


What command is used to compare the files?

The command used to compare files in Unix-like operating systems is diff. This command analyzes two files line by line and displays the differences between them. For example, running diff file1.txt file2.txt will show any lines that differ between the two files. Additionally, the cmp command can be used for a byte-by-byte comparison, while comm can be used to compare sorted files.