:! php -l %
This blog provides some ready-made tips, tricks, tweaks & interview questions-answers on C, C++, Perl, Shell Scripting and UNIX Commands.
Wednesday, October 17, 2012
How can you check syntax of the ruby script in VI?
:!ruby -cw %
How do you check python syntax in VI?
:!pylint -e %
:!pyflakes %
:!pep8 %
:!pyflakes %
:!pep8 %
Tuesday, October 9, 2012
Can 2 files have the same inode number in UNIX?
Yes, hard-linked files possess same inode number.
Subscribe to:
Posts
(
Atom
)