Issue
Well, I execute ls -l
and got this,
-rw-rw--w- app_34 app_34 75 2011-08-30 23:38 dados.txt
Now how do I view the content of the .txt file? Is possible?
Solution
A few different options, but if you just want to dump to the console try:
cat dados.txt
Answered By - harbinja
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.