answersLogoWhite

0

What is a source file in UNIX?

Updated: 12/9/2022
User Avatar

Wiki User

12y ago

Best Answer

A source file is typically a readable, Ascii file, that is not the result of a compiler or translator to binary machine code.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a source file in UNIX?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why is Unix open source?

Unix is not open source, it is proprietary. Linux is the open-source version of Unix.


The Unix file contains which kinds of fields?

The Unix file contains which kinds of fields?


What is the system file in Unix?

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


How do you copy a file in unix?

Using the `cp' command. It works in two modes, `cp source dest' for when you want to change the name of the file and `cp source... destdir/' for when you want to move the file to a different directory while keeping it's name.


Where would you find a host file on a unix server?

The host file in Unix is usually located in the /etc directory.


Is Unix a web browser?

Unix is a text file, not a web browser. :)


Unix command to list a basic program?

If the program is in source code and stored in a file, use the 'cat' command to list out its contents.


What has the author Douglas W Topham written?

Douglas W. Topham has written: 'A system V guide to UNIX and XENIX' -- subject(s): UNIX System V (Computer file), XENIX (Computer file) 'The first book of UNIX' 'UNIX and XENIX' -- subject(s): UNIX (Computer file), XENIX


How do you store the total size of c source file in unix?

du command can be used to find the size of the file.$ file_size=`du -s shift.c | cut -f1`$ echo $file_size4


Option cp -p in unix commands?

To copy the file from source to target as well as preserve the permissions by writing next to cp '-p'


How do you create dummy file in unix?

using touch command of UNIX. syntax touch <filename> will create dummy regular file.


How do you edit a file in UNIX?

To edit any file in Unix, use a file editor; there are several, including the venerable 'vi' program or 'vim', pico, nano, etc.