answersLogoWhite

0


Best Answer

You can use the cat command combined with tail

ex:- cat filename | tail

Or you can just use tail command

ex:- tail filename

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Linux command line is used for looking at the end of a file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Are Linux commands entered via the command line case sensitive?

Yes. Just about everything to do with Linux on the command line is case sensitive, including commands and file names.


What command line to heart beat stop and start in Linux system?

To stop heartbeat in Linux the command line will be service Heartbeat stop To start heartbeat in Linux the command line will be service Heartbeat start


Which of the following command is used to display the first 10 line of a file in Linux?

$ cat filename | head


What is Tee Command in unix?

The Unix/Linux tee command permits the forking of a data pipe in a shell script or at the command line. The teecommand does this by both writing it's standard input to a file and to it's standard output simultaneously. Most implementations of tee provide for both file overwrite/creation and file appends by command line switch options.


Looking at a program file name and extension how can you tell if the program is a MMC snap-in or a command-line program?

Tools executed from a command line have an .exe file extension and MMC Snap ins have .msc file extension


Looking at a program file name and file extension how can you tell if the program is a MMC snap- in or command program?

Tools executed from a command line have an .exe file extension and MMC Snap ins have .msc file extension.


How do you create a tar file from the command line?

in a linux machine : tar -cvf FileOrDirectory.tar FileOrDirectory # or to gzip it at the same time... tar -czvf FileOrDirectory.tgz FileOrDirectory


How do you find IP addresses in Linux via command line?

ifconfig


How do you start the display program in Linux from the command line?

the command "display" brings up the ImageMagick program.


What is the difference between echo cat and cat echo commands in Linux?

echo cat will print out the word 'cat' on the command line. cat echo will attempt to list the contents of a file called 'echo'.


Is unix and Linux are both command line and gui based os?

Yes


What are the similarities and differences between the way in which Windows and Linux manage processes?

Linux allows full access to the source code. Windows does not. The command line has always proven useful when altering software. Windows differs from Linux in command line limitations as well. Linux provides a centralized location in which software and application can be controlled.