Email or username:

Password:

Forgot your password?
witch hat hacker ๐ŸŽƒ types ver

bash fun fact you can replace a useless cat without restructuring the code

cat "$file" | cmd arg1 arg2 

into

<"$file" cmd arg1 arg2
2 comments
Go Up