Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to rename file sequential in ubuntu

ls -v | cat -n | while read n f; do mv -n "$f" "$n.ext"; done 
Comment

PREVIOUS NEXT
Code Example
Shell :: Apache Webserver does not show directory listings but 403 - Yosemite 
Shell :: tun dev with socks 
Shell :: Fix Network Error Docker and Windows Containers 
Shell :: debian change owner 
Shell :: git pelak 
Shell :: pip install win32api 
Shell :: ubuntu string variable 
Shell :: Git Precommit not working on windows 
Shell :: wrong domain calling on same hosting ubuntu server 
Shell :: how to create a local user account in windows 10 (list the steps) 
Shell :: how to make a text in batch 
Shell :: how to install stack haskell in manjarp 
Shell :: bluetooth turned off even if switched on 
Shell :: avoid this message: new password is just a wrapped version of the old one (and a few other similar messages) 
Shell :: playit linux install 
Shell :: Branching in a repository 
Shell :: install ChromeHeadless wsl 
Shell :: pull environment variables with helm charts 
Shell :: linux monitor ttyusb0 
Shell :: |select name and description powershell 
Shell :: chmod root to user 
Shell :: create environment without conda 
Shell :: git remote repo from the cmd prompt 
Shell :: command to check the status of a system service 
Shell :: conda install nose2 
Shell :: Delay app startup on Ubuntu 
Shell :: bash find files containing string 
Shell :: github status 
Shell :: burp suite kali linux 
Shell :: Unit Tests 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =