Sunday, January 17, 2010

how to create and move file from terminal of ubuntu

example:
asoy@asoy-laptop:~$ locate python
asoy@asoy-laptop:~$ cat pythonlist.txt
asoy@asoy-laptop:~$ locate python > pythonlist.txt
asoy@asoy-laptop:~$ cat pythonlist.txt