Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

attached the name of the folder to the file in linux

filelist=`ls *.pdf`
for i in $filelist
do
    mv $i `echo $i|cut -d "-" -f 2`
done 
Comment

attached the name of the folder to the file in linux

filelist=`ls *.pdf`
for i in $filelist
do
    mv $i `echo $i|cut -d "-" -f 2`
done 
Comment

PREVIOUS NEXT
Code Example
Shell :: terminal reverse search 
Shell :: gjhkj 
Shell :: copy file from windows to linux permission denied wsl 
Shell :: pip install notifiy 
Shell :: iptables localhost redirection 
Shell :: remove file from pr github 
Shell :: how to print the number of columns in your terminal using tput in linux 
Shell :: fedora insall kdenlive 
Shell :: Add Repote into local existing Repostry 
Shell :: wsl2 icmp_seq=165 Destination Host Unreachable after installing docker 
Shell :: journalctl since 2 days ago 
Shell :: yes/no 
Shell :: ubuntu dual monitor mouse flicker 
Shell :: mount one directory to another in mac 
Shell :: github fork subdirectory 
Shell :: bitbake availables images 
Shell :: grep search for text in php files recursive 
Shell :: verify in core compressor with swap backend VM_PAGER_COMPRESSOR_WITH_SWAP 
Shell :: bash multipart tar 
Shell :: flatpak list themes 
Shell :: fix mp3 file 
Shell :: webgl server 
Shell :: Hay una opción git-merge seco-run 
Shell :: mirror image via command line 
Shell :: add-apt-repository universe invalid 
Shell :: powershell alternative && 
Shell :: how to enable git lol 
Shell :: test wifi password 
Shell :: real user sys time shell 
Shell :: 7.14 ES on linux installation 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =