Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
op_kommandon2 [2019-09-25 11:31]
Joakim Forsgren
op_kommandon2 [2019-09-25 11:33]
Joakim Forsgren
Line 14: Line 14:
 /* /*
 find ~jf/ -name '*pengar*' 2>&1 | cat > temp.txt find ~jf/ -name '*pengar*' 2>&1 | cat > temp.txt
 +eller
 +find ~jf/ -name '*pengar*' > temp.txt 2>&1
 */ */
 </php> </php>