I use the following code to run "ls -l ./" and get the result in scratch buffer.
(start-process "my-process" "*scratch*" "ls" "-l" "./")
- How can I get the result in clipboard or something (kill ring or whatever) so that I can easily copy the result whenever necessary?