Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
powershell map array
Sung M. Kim
Programming language:
Shell/Bash
2021-07-18 20:06:33
0
Q:
powershell map array
shampa
Code:
Shell/Bash
2021-03-15 23:29:50
$a
=
@
(
"file1.txt"
,
"file2.txt"
)
$b
=
"c:\temp\"
$c
=
$a
| % {
$b
+
$_
}
0
Tags
array
shell
map
Related
foreach loop powershell
powershell join array
powershell function resize image
powershell foreach
powershell search array
powershell for each loop
powershell for loop
powershell arry initialize add
foreach powershell
New to Communities?
Join the community