PowerTip: Use PowerShell to Multiply Strings

Doctor Scripto

Summary: Use Windows PowerShell to multiply strings.

Hey, Scripting Guy! Question How can I use Windows PowerShell to display a string a number of times, without doing a lot of typing?

Hey, Scripting Guy! Answer Multiply the string:

PS C:\> “cat ” *5

cat cat cat cat cat

0 comments

Discussion is closed.

Feedback usabilla icon