answersLogoWhite

0

Use a text editor.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Linux command to create myfiletxt in the DATA folder?

You want to do that from command line? Create folder DATA with mkdir DATA. (You should have permissions to create it) If you want to create an empty file, just say touch DATA/myfile.txt Or you can use the vi editor to write to the file (vi will open the file if it exists else will create that file for you), just type vi DATA/myfile.txt You may need to learn some vi keys before you try that. On Linux, try vimtutor! And just in case you think it is boring to type DATA/something... do CD DATA after creating the directory (folder) . Enjoy :)


How do you insert data in middle of file in java?

One way to do it would be as follows: * Read the entire file to a String variable * Write the data before the insertion point * Write the data to be inserted * Write the data after the insertion point Probably the following would be more efficient: * Read the part of the file after the insertion point, to a String variable * Write the data to be inserted * Write the data after the insertion point Perhaps some classes have methods that can automate this, from the point of view of the programmer. But if you want to INSERT something, it's unavoidable to have the overhead of reading the data after the insertion point, and writing it back again. This assumes you use a text file; when working with a database, there are other, usually more efficient, options.


What are the advantages of a file management system?

Some of the advantages are: 1. A file management system will allow user to create and store Meta data. Meta data is data about the files. 2. A file is indexed for faster and easier retrieval. Gives structure to all your info. You will be able to manage all your information much easier.


What is a statement use to open data file in c?

FILE* file; file = fopen("some-file.dat");


How do you create the robotstxt file?

With some notepad. It is simple text file.


In Linux how can I write a shared library function so that when running in user space it and only it can extend a specific data file owned by root user?

If you do not have write access to the file and you are not the owner, then you cannot write to the file with a program running as some other user. Although, setting the setuid bit on the executable of a custom helper program or daemon might be set up in some fashion to do what you want.


Why would you need to convert a string to a numeric data type?

For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.For example, to interpret user input; to read data from a text file or from some other program that produces the data as a string.


When to create a template function?

A template function is used when you want to write some kind of function that can be applied to different data types. It is a form of overloading, but you don't have to actually write all of the overloaded variants.


What is the limitation of File processing system?

Some limitation of file processing include:1. Data redundancy and inconsistency2. Difficulty in accessing data3. challenges with data security4. Often, time consuming and tedious


Why are data translation utilities of use?

Some programs can only use certain file types. Data translation changes the file type to a type that is usable by the program.


What are disadvantages of file system?

File system data management (or flat-file databases) served as the only method of file storage and retrieval before the advent of database management systems (such as relational databases). While retaining some use, flat-file databases suffer from poor accessibility, data redundancy, lack of standard file access and the inability to organize data.


What is a differences between application and file?

an application runs a series of commands. a file is data stored in some retrievable way.