Tips & Tricks
function touch {New-Item -ItemType File -Name ($args[0])}
touch filename
open(r'C:\Users\as\Public\tfile.txt', 'r') - to avoid \a and \t use r"text" , where 'r' means raw
function touch {New-Item -ItemType File -Name ($args[0])}
touch filename
open(r'C:\Users\as\Public\tfile.txt', 'r') - to avoid \a and \t use r"text" , where 'r' means raw