Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell check file extension

$extension = [IO.Path]::GetExtension($file)
if ($extension -eq ".xml" ) { }
Comment

PREVIOUS NEXT
Code Example
Shell :: httpd https docker 
Shell :: bash initialize array 
Shell :: ubuntu 20.04 how to check dns server 
Shell :: grep nth line 
Shell :: windows nginx stop 
Shell :: find out a branch a parent branch git 
Shell :: add user to sudo 
Shell :: src refspec main does not match any 
Shell :: git set origin 
Shell :: uninstall multipass 
Shell :: sudo a terminal is required to read the password 
Shell :: flutter add dependency command line 
Shell :: show internet password 
Shell :: tar compress powershell 
Shell :: sudo tee 
Shell :: install grafana 
Shell :: forticlient vpn connected but not working 
Shell :: how to update to latest LTS version of ubuntu 
Shell :: import ovpn file ubuntu 
Shell :: check and verify git version 
Shell :: heroku pg kill 
Shell :: git global name & email 
Shell :: how to see mac address linux 
Shell :: ubuntu cmd time 
Shell :: error commit is a merge but "no -m" option 
Shell :: allow ping using cmd 
Shell :: does git bash have bashrc 
Shell :: bash string interpolation 
Shell :: git clone specific branch only 
Shell :: bash print binary file 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =