Created
November 20, 2020 10:38
-
-
Save madalinignisca/f0a1a949fe6ca2d6a514802cf9589a87 to your computer and use it in GitHub Desktop.
Copy to windows clipboard from a linux server with ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh user@yourhost "cat /etc/php/7.4/fpm/php.ini" | clip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment