Search Results

Search: Posts Made By: zeroone
1,908
Posted By zeroone
Ignore .profile
hi there

i try to login on a remote system without running the .profile of the remote user.

is there a way to do that? can i just ignore it or can i tell the ssh command wich .profile to use?
...
905
Posted By zeroone
awk is working to.. cat forum.list | awk...
awk is working to..

cat forum.list | awk '{print $9$10$11}' <-- without spaces

cat forum.list | awk '{print $9" "$10" "$11}' <-- with spaces

cheers

EDIT: too late ;-)
905
Posted By zeroone
so if there really are spaces in the filename...
so if there really are spaces in the filename this one should work..

cat sample.txt | cut -d ' ' -f9,10,11

cheers
1,243
Posted By zeroone
here you go.. grep ayat >>>>insert file-name...
here you go..
grep ayat >>>>insert file-name here<<<< | sed 's/^.*), //' | sed 's/,.*$//' | nl

cheers
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy