Horje
windows tail command powershell Code Example
windows tail command powershell
cat FILENAME  -tail 200 // To show last 200 lines of a file
//Another Commmand
Get-Content FILENAME -tail 10 // To show last 10 lines of a file




Shell

Related
cleaning up your ubuntu system Code Example cleaning up your ubuntu system Code Example
install sequelize cli Code Example install sequelize cli Code Example
show directory size linux Code Example show directory size linux Code Example
git commit back in time Code Example git commit back in time Code Example
set sublime text as git editor Code Example set sublime text as git editor Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11