answersLogoWhite

0

With function system or popen.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which utility would you use to find a string in a text file?

Use the 'grep' command.


How do you redirect a grep output in a file?

Use the > to redirect the output to a file. This will however override the existing content of the file. Use >> if you want to append the result.


How can you search a file for keywords in Linux?

grep keyword filename Use egrep or fgrep for multiple keywords


In Linux this connects the output of the first command with the input of the second command?

You would use a pipe. For example. ls | grep cool The output of ls(the list of files in your current directory) is given to grep. Grep then finds and prints file names that include the word cool in them.


What is grep syntax to make grep not be case sensitive?

Use the "-i" argument See 'man grep' for more information


Do you have type a file extension if you want to include the file name?

No, you do not have to type the file extension if you want to include the file name. You only use file extension to make the specific file be able to be run by the program. Example: I want to make my file into a java program so i can use with a specific type of program which only runs java file i put .jav at the end of the title to make it from a text file to a java file.


Searching documents created by word processing programs is not an appropriate use of grep command because?

The grep command could be used to find things in a word processing file. It is harder to find a match since a word processing program adds formatting and other characteristics to words and sentences that you may want to locate. So, it is more difficult to do, but not impossible.


What can you use to duplicate a file or program?

Right-click the file/program, click "Copy", right-click where you want the duplicated file/program to go, and click "Paste". ------ Or to duplicate a program you can use Installrite http://www.epsilonsquared.com/


How can you find the phone number on Linux for ace electronics in a file named phone that contains a list of names and phonenumbers?

grep 'ace electronics' phonelist will return all the lines in the file phonelist that contain the phrase 'ace electronic' grep -i 'ace electronics' phonelist will do likewise but case-insensitively


What is grep in Unix?

Grep is a command line application that is used to search a file or files and extract data from it/them according to a pattern or filter if you prefer. Grep stands for global regular-expression. There are many versions of grep available and regular expressions (for pattern matching) are available in most modern scripting languages such as ruby, python, perl, php, vb, etc. Grep, ngrep, egrep, etc. are available for multiple platforms including windows. They are well documented and can be downloaded for free.


What program can you use to open an abw file?

tinyword.com There, they provide the program needed to open an .ABW file.


Your e drive says it cant open file because it dont know where it came from?

The message is generally that your computer does not know what program created a specific type of file. Use Google to search the file type, for example *.jpg or *.doc That will tell you the type of program that made the file. If it is a video file or image file, you can find free programs which will open most of these. Once you know the program, right-click the file and see if you have that program loaded on your PC. If you do, highlight the program name and choose "Always use this program to open similar type files". Click OK.