answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What command lines extract the contents of jar file tools.jar?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you draw 2 lines using autoCad 2008?

Type ml in the command line.


What is a makefile in c plus plus?

A makefile is essentially a script that is used by the make utility to build your executable. In other words, they provide the means by which compilation can be automated, reducing typically complex compiler and linker commands to a relatively simple make command. The makefile is just a plain-text file that contains one or more targets along with their dependencies and/or command lines. For additional help, consult the make utility documentation.


How does batch file work?

batch files are used to make long tasks shorter. for example, If I wanted to change the file extension of every file in the folder EXAMPLEFOLDER from .txt to .doc, I could make a batch file that did that instantly, rather than going into the properties of every file and changing the extension manually


What are the two classification of lines?

The answers are: *vertical lines *horizontal lines *jagged lines *dynamic lines


How do you yank and paste lines in UNIX?

The command 'Y' or 'yy' copies (yanks) one or more lines. To copy one line, two lines, 10 lines, and all lines to the end of the file, respectively:Y2Y10YyGTo paste the text contained in the buffer above (uppercase P) or below the current cursor position (lowercase p), respectively:PpIt is also possible to yank text within a line. The following commands yank text from the current cursor position to the end of the word and the end of the line, respectively:ywy$The same commands paste the text within a line. Lower case p pastes after the cursor position and upper case P pastes before.Paste will also work with deleted text, either lines or parts of lines. Be careful not to execute any other commands prior to pasting as this will empty the buffer.

Related questions

What option would allow the head command to display the last 5 lines in a file in Linux?

The 'head' command can only deal with the start of the file, not the end. If you want X number of lines at the end of the file then use the 'tail' command. tail -5 filename will list the last 5 lines of the contents of filename.


Can you explain the contents of Polonius' lines?

Serving Skill


How do you paste in vi?

You use the 'yank' and 'put' commands. You 'yank' the lines into a buffer (named a - z) and then go to the place where you want to paste or duplicate them, and use the 'put' command to insert them. You can also read entire files or portions of files with the 'r' command to paste contents into other files.


Which command allows you to view your file 24 lines at a time?

more command


Which command provides secure command lines access to a romate Linux machine?

SSH.


What command is used to sort the lines of data in a file alphabetical order?

The "sort" command.


What are the two wildcard charaters that can be used in command lines?

* and ?


What is head command in UNIX?

The 'head' command will list out certain number of lines in a file from the beginning. The standard is to list the first 25 lines, but you can change that: head -100 myfile will list out the first 100 lines of myfile.


What command locates identical lines within two identically sorted files?

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


You are using vi to edit a file and have just entered 12 new lines You need to replicate the same 12 lines right after you enter them what command-mode command can you type to replicate the lines?

After you enter the 12 lines, go back to command mode, go to the first of the 12 lines and yank the 12 lines into a buffer.Go to the end of file (or wherever you want them placed) and use the 'put' operation to insert them. I do this all the time; very common operation.


Which command will display the last lines of the text file called file1in Linux?

Tail command is used to display the last lines of the file.Syntax:tail -n 3 file1-n 3 = no. of linesfile1 = filename


What is difference between code and command?

A code is a set of words or lines made to do most of the task a command is a set of instruction given with authority.