Тёмный

Sort command in batch script VS Sort command in bash script | Windows | Linux 

Green Light Coding
Подписаться 115
Просмотров 64
50% 1

Green Light Coding presents a new video which shows the differences between the implementations of sort command in both Windows and Linux operating system.
Also see,
Batch Series Playlist
Link : / @greenlightcoding613
How to get special characters like backspace and delete in batch script ?
Link : • How did I found some S...
batch script
batch file
batch scripting
vbscript
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________
code:
(1) batch file content ----
@echo off
title Sort Command (Batch Script)
echo initial file
type file.txt
pause
echo.
echo.
echo sorted
type file.txt | sort /+1
pause
echo.
echo.
echo reversed
type file.txt | sort /r
pause
echo execute 'sort /?' to learn more
pause
sort /?
pause
____________________________________________
(2) bash file content -----
echo -e "\033]0;Sort Command (Bash Script)\007"
echo initial file
cat file.txt
read -p ""
echo
echo
echo sorted
cat file.txt | sort -n
read -p ""
echo
echo
echo reversed
cat file.txt | sort -r
read -p ""
echo execute 'sort --help' to learn more
read -p ""
sort --help
read -p ""
________________________________________________________
#coding
#codinglife
#batchfile
#cmd
#script
#powershell
#arrowkeys
#console
#fixed
#size
#consolesettings
#microsoft
#management
#filehandling
#file
#excel
#fileexplorer
#voice
#completecourse
#folder
#camera
#vbscript
#web
#camera
#howto
#how
#messagebox
#delete
#backspace
#usernameandpassword
#password
#asterisk
#convert
#mask
#coin
#cointoss
#commandprompt
#font
#fontstyle
#viral
#visualbasic
#viralvideo
#fontsize
#windows
#permanent
#user
#utf
#system
#scripting
#windows10
#exit
#basictutorials
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#codemasters
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#vbspu
#programmers
#host
#brightness
#updates
LINK FOR BATCH SERIES PLAYLIST :
/ @greenlightcoding613
_______________________________________________________________
SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK : / @greenlightcoding613
_______________________________________________________________

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
Далее
Top 80 Linux Hacking command lines
10:51
Просмотров 2,4 тыс.
Day 92 of installing Arch Linux daily
8:42
Просмотров 1 тыс.
WSL GUIDE
3:21
Просмотров 74
If Your Tech Job is Comfortable, You're in Danger
20:57