Monday, February 10, 2014

Using Flags in Linux Xubuntu

SPECIFICATION OF MY PC
System type: Microsoft Windows 7 professional, 32-bit Operating system / XUBUNTU 13.10
Motherboard: Gigabyte X58A-UD3R
Processor: Intel Core i7 CPU   960 @ 3.20Ghz
Ram: 4,00GB (3,5GB usable)
Hard drive: 367GB
Video card: Nvidia GeForce GTX 560 Ti
Current resolution: 1680*1050, 59Hz
Cd/dvd/Blueray Drive: Asus BW-12B1LT

This publish includes three (3) steps to use different flags with ls command. Follow the steps and you'll have learned new flags in your pc in no time. In case there is any problems please leave a comment and I'll do my best to help you. Hope it helps.

 Step one (1)

Open your terminal. After that you can open any folder where you have files. After that you can use for example this flag that shows contents by date of their creation, from latest to the first.
ls -t

  
Step two (2)
Second command is ls -a -p that shows all the files also the hidden ones that starts with (".") It also divides the folders and normal files.

 Step three (3)

In other hand using ls -l it will generate full listing of all files including dates, sizes and all the other important data.




Links:
http://www.astro.washington.edu/users/sjschmidt/premap/linux/commands.html
http://terokarvinen.com/2014/agenda-for-linux-basics-dat8tf063-23-spring-2014


THANK YOU FOR READING!

HOPE IT HELPED



No comments:

Post a Comment