Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to convert dos to unix in shell

sed -i 's/
$//' filename
Comment

convert dos to unix

tr -d '1532' < winfile.txt > unixfile.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: install nodejs 16 on ubuntu 
Shell :: linux services 
Shell :: cat: /var/jenkins_home/secrets/initialAdminPassword: No such file or directory 
Shell :: vite command 
Shell :: batch rename folder 
Shell :: how to upload on github with command 
Shell :: How do I rename a local Git branch? 
Shell :: install ubuntu gui on wsl 
Shell :: push an existing git repository 
Shell :: docker dir log linux 
Shell :: ignore something on github 
Shell :: astro with tailwind setup 
Shell :: 504 gateway time-out nginx/1.18.0 (ubuntu) 
Shell :: Git command to Change Your Committer Name & Email per repository 
Shell :: git check diff between two repositories 
Shell :: powershell trim trailing spaces 
Shell :: git clone specific version 
Shell :: pip install webview error 
Shell :: terminal command to sleep 
Shell :: react native typescript template 
Shell :: chmod 
Shell :: how to install source plugin gatsby 
Shell :: awk field separator 
Shell :: bootar pendrive linux 
Shell :: kali linux ping ip 
Shell :: git delete commit from history 
Shell :: source bash_profile on startup mac 
Shell :: bash if number greater than zero 
Shell :: how to setup path using git bash in windows 
Shell :: zip folder ssh 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =