Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell read csv file line by line

Import-Csv $path | Foreach-Object { 

    foreach ($property in $_.PSObject.Properties)
    {
        doSomething $property.Name, $property.Value
    } 

}
Comment

PREVIOUS NEXT
Code Example
Shell :: scp local to remote 
Shell :: apt package info 
Shell :: supervisord install ubuntu 
Shell :: ping to my localhost in windows 
Shell :: aws cli create ecr repository if not exists 
Shell :: bash script to clean up log files in /var/log 
Shell :: gitlab docker setup 
Shell :: brave installation ubuntu 
Shell :: rsync exclude 
Shell :: install paddlepaddle 
Shell :: rpm extract 
Shell :: vagrant box remove version 
Shell :: taskkill cmd 
Shell :: install nix macos 
Shell :: kill cron proccess ubuntu terminal 
Shell :: build docker file with no cache 
Shell :: function in bash 
Shell :: find only files linux 
Shell :: install v2ray 
Shell :: magento installer 
Shell :: relaunch doc macos 
Shell :: vijm jump to end of file 
Shell :: reset resolv.conf 
Shell :: ssh permission denied publickey 
Shell :: solana create keypair 
Shell :: how to get environment variables in powershell 
Shell :: npm vs yarn command 
Shell :: bash echo 
Shell :: docker install 
Shell :: bash how to log in to remote server 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =