
Ramdomly Shuffle lines in Sublime Text Editor
If you have a text file and you want to shuffle the lines in the file randomly, you can do that using Sublime Text Editor in the following way,
- Open the file in Sublime Text tab,
- Goto Menu: Edit -> Permute Lines -> Shuffle,
- You should see the lines in the file are suffeled!
Line 1
Line 2
Line 3
Line 4
Line 5
After using the Shuffle Option
Line 4
Line 2
Line 3
Line 1
Line 5
Have Questions? Post them here!
More Posts related to Sublime-Text,
- Sublime Text 3 Convert Case to Upper, Lower, Title or Swap
- Change Sublime Text 3 white background color theme
- Replace new line with comma in Sublime Text Editor
- Word count in Sublime Text Editor
- How to add ruler in Sublime Text tab window
- How to Set Permanent ruler in Sublime Text
- How to install Packages in Sublime Text Editor
- Change Line Endings (Encoding Windows/Mac/Unix CR/LF/CRLF) Sublime Text
- Steps to Compare Two files in Sublime Text Side-by-Side
- How to find Sublime Text path of packages installed
- How to display File CR LF Newline Characters in Sublime Text
- How to add Multiple Rulers in Sublime Text
- How to shuffle lines randomly in Sublime Text
More Posts:
- Types of brackets used in Programming Languages - Codes - 2022
- How to sort a List using Lambda in Python - Python
- Setting Expire Time - EX EXAT PX PXAT and KEEPTTL with Spring Boot + Redis - Java
- JSON Datatypes : Tutorial - Json-Tutorial
- How to disable SharePoint subsite creation option for owners - SharePoint
- [Fix] Microsoft Windows Store error 0x00000005 (Windows 8/10/11) - Windows
- Installing vue.js in Laravel 8 - PHP
- Steps to Delete or Deactivate Instagram Account - HowTos