Horje
linux rename command incremental Code Example
linux rename command incremental
# rename random file names to incrementing numbers with prefix (new_name)
rename 'our $i; s/^[^\.]+/sprintf "new_name-%02d", $i++/e' *.jpg
# output: new_name-00.jpg new_name-01.jpg etc
linux rename
$ mv someFileName myNewNameFile




Shell

Related
command to check size of folder in linux Code Example command to check size of folder in linux Code Example
bash service list Code Example bash service list Code Example
chmod read only command in linux Code Example chmod read only command in linux Code Example
clone repo with personal access token Code Example clone repo with personal access token Code Example
split big file into smaller parts Code Example split big file into smaller parts Code Example

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