size – POFTUT

Linux stat Command Tutorial With Examples

Linux stat command used to display files and file system information like permission, size etc. In this tutorial we will look various usage examples. Show File Information All information about a file can be get without providing any parameter. We will only provide the file name. $ stat a.txt As we can see from screenshot … Read more

Linux Sort Command Tutorial

Linux Sort Command Tutorial

Linux provides a lot of useful tools for system administrators. These tools give the administrator a developer power so the administrator can easily change, modify, filter, sort the data. The sort is another little but powerful tool. In this tutorial, we will look at different usage examples of the sort. Example File We will use following … Read more